view Gui/wm/widget.h @ 3455:921a78c7b4aa

limit get_space return <= MAX_OUTBURST, whilst always an exact number of fragments
author steve
date Tue, 11 Dec 2001 09:23:57 +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 ) )