Mercurial > mplayer.hg
view Gui/wm/widget.h @ 3668:081d696b453d
removed some fucks
author | gabucino |
---|---|
date | Sun, 23 Dec 2001 12:25:25 +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 ) )