Mercurial > mplayer.hg
view Gui/wm/widget.h @ 7858:6ccc14497807
time.h required for select()
author | arpi |
---|---|
date | Wed, 23 Oct 2002 11:20:07 +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 ) )