view Gui/wm/widget.h @ 2536:6426007cad63

Fixed broken BIOS workaround
author nick
date Mon, 29 Oct 2001 18:24:29 +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 ) )