Mercurial > mplayer.hg
view Gui/wm/widget.h @ 6423:13cf65db9ebc
fixed playback speed and a-v sync issues
author | arpi |
---|---|
date | Fri, 14 Jun 2002 00:49:56 +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 ) )