Mercurial > mplayer.hg
view Gui/wm/widget.h @ 2058:b840d0913383
Fix case where srch, srcw and fitinw and fitinh are really the same variables.
author | atmos4 |
---|---|
date | Wed, 03 Oct 2001 17:40:56 +0000 |
parents | d237c5d4b216 |
children | 016f6d583733 |
line wrap: on
line source
#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )