comparison gui/wm/ws.h @ 23689:3f0d00abc073

Do not use leading underscores in multiple inclusion guards, they are reserved.
author diego
date Mon, 02 Jul 2007 22:34:45 +0000
parents f15bce7943b9
children ae8a5c3a3211
comparison
equal deleted inserted replaced
23688:3454aed9d083 23689:3f0d00abc073
2 // ---------------------------------------------------------------------------------------------- 2 // ----------------------------------------------------------------------------------------------
3 // AutoSpace Window System for Linux/Win32 v0.61 3 // AutoSpace Window System for Linux/Win32 v0.61
4 // Writed by pontscho / fresh!mindworkz 4 // Writed by pontscho / fresh!mindworkz
5 // ---------------------------------------------------------------------------------------------- 5 // ----------------------------------------------------------------------------------------------
6 6
7 #ifndef __GUI_WS_H 7 #ifndef GUI_WS_H
8 #define __GUI_WS_H 8 #define GUI_WS_H
9 9
10 #include <X11/Xlib.h> 10 #include <X11/Xlib.h>
11 #include <X11/Xutil.h> 11 #include <X11/Xutil.h>
12 #include <X11/keysym.h> 12 #include <X11/keysym.h>
13 #include <X11/Xatom.h> 13 #include <X11/Xatom.h>