Mercurial > mplayer.hg
view Gui/wm/widget.h @ 4154:f52e4d3f2235
workaround for broken 'muvi' chunks
author | arpi |
---|---|
date | Mon, 14 Jan 2002 18:30: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 ) )