not needed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8053 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
pontscho 2002-11-02 18:18:24 +00:00
parent 4a2f05b606
commit a466aba7c3
2 changed files with 2 additions and 3 deletions

View File

@ -1,3 +0,0 @@
#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )

View File

@ -258,5 +258,7 @@ extern int wsGetOutMask( void );
extern void wsScreenSaverOn( Display *mDisplay ); extern void wsScreenSaverOn( Display *mDisplay );
extern void wsScreenSaverOff( Display * mDisplay ); extern void wsScreenSaverOff( Display * mDisplay );
#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )
#endif #endif