view Gui/wm/widget.h @ 2693:1a8e5e017b1d

triple buffering interface
author nick
date Sun, 04 Nov 2001 18:06:31 +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 ) )