summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
Diffstat (limited to 'Gui')
-rw-r--r--Gui/wm/widget.h3
-rw-r--r--Gui/wm/ws.h2
2 files changed, 2 insertions, 3 deletions
diff --git a/Gui/wm/widget.h b/Gui/wm/widget.h
deleted file mode 100644
index 1174b3ff79..0000000000
--- a/Gui/wm/widget.h
+++ /dev/null
@@ -1,3 +0,0 @@
-
-#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )
-
diff --git a/Gui/wm/ws.h b/Gui/wm/ws.h
index 1b6cbe9dea..0ab13869af 100644
--- a/Gui/wm/ws.h
+++ b/Gui/wm/ws.h
@@ -258,5 +258,7 @@ extern int wsGetOutMask( void );
extern void wsScreenSaverOn( Display *mDisplay );
extern void wsScreenSaverOff( Display * mDisplay );
+#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )
+
#endif