Mercurial > mplayer.hg
view Gui/wm/widget.h @ 2133:96d1926373a1
Fixed incorrect return value
author | nick |
---|---|
date | Mon, 08 Oct 2001 08:46:13 +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 ) )