Mercurial > mplayer.hg
view Gui/wm/widget.h @ 2109:970fd94077f9
fix
author | arpi |
---|---|
date | Sat, 06 Oct 2001 15:11:17 +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 ) )