Mercurial > mplayer.hg
view Gui/wm/widget.h @ 3735:8baf42fa69b9
fix a warning (ambiguous 'if else')
fix a would be bug (separator)
small warning fixes
author | pl |
---|---|
date | Tue, 25 Dec 2001 16:41:06 +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 ) )