view Gui/wm/widget.h @ 6771:1118278f7644

Hopefully correct 10l fix for duuno who.
author atmos4
date Tue, 23 Jul 2002 19:37:11 +0000
parents 016f6d583733
children
line wrap: on
line source


#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )