view Gui/wm/widget.h @ 7695:368d333d92c2

compiler warning found by Dominik
author arpi
date Thu, 10 Oct 2002 00:10: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 ) )