view Gui/wm/widget.h @ 3990:87538547c8f4

xinerama fix by attila
author atmos4
date Sat, 05 Jan 2002 08:49:46 +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 ) )