summaryrefslogtreecommitdiffstats
path: root/gui/wm/ws.h
diff options
context:
space:
mode:
Diffstat (limited to 'gui/wm/ws.h')
-rw-r--r--gui/wm/ws.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gui/wm/ws.h b/gui/wm/ws.h
index 90b18894b7..ee215ea61c 100644
--- a/gui/wm/ws.h
+++ b/gui/wm/ws.h
@@ -4,8 +4,8 @@
// Writed by pontscho / fresh!mindworkz
// ----------------------------------------------------------------------------------------------
-#ifndef GUI_WS_H
-#define GUI_WS_H
+#ifndef MPLAYER_GUI_WS_H
+#define MPLAYER_GUI_WS_H
#include <X11/Xlib.h>
#include <X11/Xutil.h>
@@ -257,4 +257,4 @@ extern void wsScreenSaverOff( Display * mDisplay );
#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( (X) > (tX) )&&( (Y) > (tY) )&&( (X) < (bX) )&&( (Y) < (bY) ) )
-#endif /* GUI_WS_H */
+#endif /* MPLAYER_GUI_WS_H */