Mercurial > mplayer.hg
view Gui/wm/widget.h @ 1890:d7b967b55902
ffmpeg compatible MEMALIGN definition
author | nick |
---|---|
date | Thu, 13 Sep 2001 07:28:11 +0000 |
parents | d237c5d4b216 |
children | 016f6d583733 |
line wrap: on
line source
#define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )