Mercurial > mplayer.hg
view Gui/wm/widget.h @ 2622:fb7220c79b69
verbose fixed
author | arpi |
---|---|
date | Fri, 02 Nov 2001 02:08:00 +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 ) )