Mercurial > mplayer.hg
changeset 8052:bab84c42ee57
not needed
author | pontscho |
---|---|
date | Sat, 02 Nov 2002 18:18:24 +0000 |
parents | 1b0d3175ef5f |
children | e550de4bd477 |
files | Gui/wm/widget.h Gui/wm/ws.h |
diffstat | 2 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/Gui/wm/widget.h Sat Nov 02 17:43:42 2002 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ - -#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) ) -
--- a/Gui/wm/ws.h Sat Nov 02 17:43:42 2002 +0000 +++ b/Gui/wm/ws.h Sat Nov 02 18:18:24 2002 +0000 @@ -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