Mercurial > mplayer.hg
view Gui/wm/widget.h @ 3633:e81bfc0826b1
rgb24toyv12 bugfix
author | michael |
---|---|
date | Thu, 20 Dec 2001 17:30:59 +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 ) )