Mercurial > mplayer.hg
view Gui/wm/widget.h @ 2739:f365024806c0
mmx2 bgr24 stuff from swscale (slightly faster)
author | michael |
---|---|
date | Tue, 06 Nov 2001 14:43:19 +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 ) )