view Gui/wm/widget.h @ 7260:3e7a601c5874

- vfwex redundancy removed - fixed 10l bug in GetPalette (outflags vs. outfmt)
author arpi
date Tue, 03 Sep 2002 21:13: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 ) )