view Gui/wm/widget.h @ 5980:3b078401d610

3dnow temporal denoiser bugfix by Rmi Guyomarch <rguyom@pobox.com>
author michael
date Sun, 05 May 2002 11:08:59 +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 ) )