00001 // $Id: rwm.h,v 1.1.1.1 2005/04/18 15:37:12 rcr_muc Exp $ 00002 // stuff that is useful in most parts of the application 00003 // 2005-04-10 rcr 00004 00005 #ifndef RWM_H 00006 #define RWM_H 00007 00008 #include <X11/Xlib.h> 00009 #include <X11/Xutil.h> 00010 #include <X11/Xlibint.h> 00011 00012 class Manager; 00013 00014 // defined in main.cpp 00015 void sigHandler( int ); 00016 00017 struct Strut 00018 { 00019 // Size of strut per border 00020 CARD32 east; 00021 CARD32 west; 00022 CARD32 north; 00023 CARD32 south; 00024 }; 00025 00026 #endif // RWM_H