Mercurial > mplayer.hg
view Gui/wm/widget.h @ 7637:da21af0b1f1b
various fixes, new options
author | arpi |
---|---|
date | Sun, 06 Oct 2002 19:20:04 +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 ) )