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

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