Mercurial > mplayer.hg
view Gui/wm/widget.h @ 3346:54b89f7c055c
Fixed a missing </a>.
Fixed a typo.
author | bertrand |
---|---|
date | Thu, 06 Dec 2001 02:34:26 +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 ) )