Mercurial > mplayer.hg
view Gui/wm/widget.h @ 6285:0b73c83bc47f
automatically adding untranslated messages to help_mp.h from english master file
author | arpi |
---|---|
date | Mon, 03 Jun 2002 17:48:19 +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 ) )