Mercurial > mplayer.hg
view Gui/wm/widget.h @ 2182:a7e539b11ba0
Fix non-X11 build
author | atmos4 |
---|---|
date | Sat, 13 Oct 2001 13:38:59 +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 ) )