Mercurial > mplayer.hg
view Gui/wm/widget.h @ 5781:62e9e0c0bd6a
hq mode in first pass should work (as bad, ehh as well as LQ)
apllied small part of patch by Rmi Guyomarch <rguyom@pobox.com>
author | michael |
---|---|
date | Mon, 22 Apr 2002 02:00:23 +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 ) )