view Gui/wm/widget.h @ 7949:0aedfdc5d6ef

fixing segfault
author michael
date Tue, 29 Oct 2002 01:20:51 +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 ) )