summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-02 18:18:24 +0000
committerpontscho <pontscho@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-02 18:18:24 +0000
commita466aba7c380193d0d195edfc02a918e4123858d (patch)
tree72fd50ddecae2302ccaa58b3e7fb36eadf0f5d4f /Gui
parent4a2f05b606c7400527b253d0744e87a5a0c77480 (diff)
downloadmpv-a466aba7c380193d0d195edfc02a918e4123858d.tar.bz2
mpv-a466aba7c380193d0d195edfc02a918e4123858d.tar.xz
not needed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8053 b3059339-0415-0410-9bf9-f77b7e298cf2
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