Mercurial > mplayer.hg
view Gui/wm/widget.h @ 6403:c0f189e49ee4
Background color now set by CSS, added doctype and default character set,
as well as typos and some HTML fixes.
author | diego |
---|---|
date | Wed, 12 Jun 2002 23:53:28 +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 ) )