Mercurial > mplayer.hg
view Gui/wm/widget.h @ 5160:a0e5f66a162c
fix
author | gabucino |
---|---|
date | Sun, 17 Mar 2002 09:42:20 +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 ) )