view Gui/wm/widget.h @ 5142:7fc559dbc607

BSD compatibility fix by Steven M. Schultz
author alex
date Sat, 16 Mar 2002 19:17:58 +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 ) )