Mercurial > mplayer.hg
view Gui/wm/widget.h @ 2521:b70a77066611
tell the c compiler that the memory changed
author | michael |
---|---|
date | Sun, 28 Oct 2001 19:54:23 +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 ) )