Mercurial > mplayer.hg
view Gui/wm/widget.h @ 3700:91f801a94a59
memset is more portable than bzero ("BSD"ism)
author | pl |
---|---|
date | Mon, 24 Dec 2001 10:35:43 +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 ) )