Mercurial > mplayer.hg
view Gui/wm/widget.h @ 6725:0c37b68e4332
Lots of <I> --> <CODE>, added missing section, star wars text corrected.
author | diego |
---|---|
date | Sat, 13 Jul 2002 14:41:59 +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 ) )