Main Page | Class List | File List | Class Members | File Members | Related Pages

rwm.h

Go to the documentation of this file.
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

Go back to rwm - the window manager's - Home page.
created 13 Jun 2005 for rwm 0.2 by Rolf C. Rönnau using doxygen 1.4.2