view Gui/wm/widget.h @ 3672:1d48df12001b

fixes for vdub plugin support - by Fredrik Kuivinen <freku045@student.liu.se>
author arpi
date Sun, 23 Dec 2001 16:14:13 +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 ) )