Mercurial > mplayer.hg
view Gui/wm/widget.h @ 4772:9c65efb6ac7e
support for VOCTRL_FULLSCREEN
author | atmos4 |
---|---|
date | Wed, 20 Feb 2002 22:42:46 +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 ) )