Mercurial > mplayer.hg
view Gui/wm/widget.h @ 6716:c9e526d4f60e
sync
author | nexus |
---|---|
date | Fri, 12 Jul 2002 08:24:57 +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 ) )