view Gui/wm/widget.h @ 2756:b4d0cc1fd14b

workaround for MBC/MBR difference (wrong libavcodec-mplayer version pair)
author arpi
date Wed, 07 Nov 2001 01:59:28 +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 ) )