Mercurial > mplayer.hg
view Gui/wm/widget.h @ 5838:d53251b98ed6
Disable vidix on cygwin for now.
author | atmos4 |
---|---|
date | Fri, 26 Apr 2002 15:35:00 +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 ) )