view Gui/wm/widget.h @ 4611:7b793875a640

Get(Set) deinterlacing
author nick
date Sat, 09 Feb 2002 15:14:48 +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 ) )