view Gui/wm/widget.h @ 2082:016f6d583733

missing newlines fixed
author arpi
date Thu, 04 Oct 2001 20:33:29 +0000
parents d237c5d4b216
children
line wrap: on
line source


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