Mercurial > mplayer.hg
view Gui/wm/widget.h @ 7790:913e9b1f390f
10L
author | kmkaplan |
---|---|
date | Sat, 19 Oct 2002 01:58:34 +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 ) )