view Gui/wm/widget.h @ 7344:a832c0b2e1ac

mplayer changelog, collected by ??? (found at incoming/ :))
author arpi
date Mon, 09 Sep 2002 21:39: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 ) )