view Gui/wm/widget.h @ 7263:fe7213b0baee

Fix package building by adding BINDIR.
author diego
date Tue, 03 Sep 2002 23:31: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 ) )