Mercurial > mplayer.hg
view Gui/wm/widget.h @ 4195:b086b94ec244
Useful links
author | nick |
---|---|
date | Wed, 16 Jan 2002 09:39: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 ) )