Mercurial > mplayer.hg
view Gui/wm/widget.h @ 4422:3a46354aab56
silly cleanup - maybe fixes dummy printf bug
author | arpi |
---|---|
date | Wed, 30 Jan 2002 22:02: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 ) )