Mercurial > mplayer.hg
view Gui/wm/widget.h @ 3027:7b85ba8c9be5
mostly fixes, some updates
author | gabucino |
---|---|
date | Tue, 20 Nov 2001 14:19:31 +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 ) )