Mercurial > mplayer.hg
view Gui/wm/widget.h @ 3937:e40390b2166e
new 'Developer Cries' TOC :)
author | gabucino |
---|---|
date | Wed, 02 Jan 2002 00:09:52 +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 ) )