Mercurial > mplayer.hg
view Gui/wm/widget.h @ 6131:e6c8285a4bd8
memset and memcpy were used without #include <string.h> in a few places.
patch by Bj«Órn Sandell <biorn@dce.chalmers.se>
author | arpi |
---|---|
date | Mon, 20 May 2002 00:06:29 +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 ) )