view Gui/wm/widget.h @ 3442:62b452b7ddf9

changed for updated DShow wrapper api
author arpi
date Mon, 10 Dec 2001 20:11: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 ) )