Mercurial > mplayer.hg
view Gui/wm/widget.h @ 4865:a132d4d40ce2
OVERLAY_KEY_CNTL values
author | michael |
---|---|
date | Mon, 25 Feb 2002 16:16:44 +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 ) )