summaryrefslogtreecommitdiffstats
path: root/Gui/wm/widget.h
blob: b7751568eab3283d0731a2b8cba870a55159738d (plain)
1
2

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