Mercurial > mplayer.hg
view Gui/wm/widget.h @ 4171:585f0c77d8f5
Sync problem when using fractional resampling fixed + speed increased.
author | anders |
---|---|
date | Tue, 15 Jan 2002 13:21:45 +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 ) )