[Mplayer-cvslog] CVS: main/Gui/wm ws.h,1.21,1.22 widget.h,1.2,NONE
Zoltan Ponekker
pontscho at mplayerhq.hu
Sat Nov 2 19:18:44 CET 2002
Update of /cvsroot/mplayer/main/Gui/wm
In directory mail:/var/tmp.root/cvs-serv8801
Modified Files:
ws.h
Removed Files:
widget.h
Log Message:
not needed
Index: ws.h
===================================================================
RCS file: /cvsroot/mplayer/main/Gui/wm/ws.h,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ws.h 19 Oct 2002 19:54:59 -0000 1.21
+++ ws.h 2 Nov 2002 18:18:24 -0000 1.22
@@ -258,5 +258,7 @@
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
--- widget.h DELETED ---
More information about the MPlayer-cvslog
mailing list