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