Mercurial > mplayer.hg
view Gui/wm/widget.h @ 6360:1acda8182b14
win32 dll support (non-working)
author | arpi |
---|---|
date | Sun, 09 Jun 2002 18:20:27 +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 ) )