Mercurial > mplayer.hg
view Gui/wm/widget.h @ 4840:7e56b1480a24
Additional notes
author | nick |
---|---|
date | Sun, 24 Feb 2002 16:22:22 +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 ) )