Mercurial > mplayer.hg
view Gui/wm/widget.h @ 3570:c03e0bb35c16
faster (and simpler) bitstream reader (in C)
author | michael |
---|---|
date | Mon, 17 Dec 2001 21:53:49 +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 ) )