Mercurial > mplayer.hg
view Gui/wm/widget.h @ 5353:a9f3df4ee465
fixed up this audio decoder too
author | melanson |
---|---|
date | Tue, 26 Mar 2002 05:34:41 +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 ) )