Mercurial > mplayer.hg
view Gui/wm/widget.h @ 6250:a279d7427ed8
explanation of the '-subpos' flag, patch by Diego Biurrun
author | arpi |
---|---|
date | Fri, 31 May 2002 21:56:36 +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 ) )