Mercurial > mplayer.hg
view Gui/wm/widget.h @ 4894:abe1a2edb422
use 4 buffers, fallback to fewer buffers if the video ram isnt large enough
author | michael |
---|---|
date | Thu, 28 Feb 2002 16:20:58 +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 ) )