view Gui/wm/widget.h @ 7435:c7a9bcecba07

d_width==screenwidth && -fs hopefully fixed
author arpi
date Wed, 18 Sep 2002 01:22:03 +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 ) )