view Gui/wm/widget.h @ 3084:a3f947d5f847

converted to mp_msg and fixed my previous HAVE_SHM bug
author alex
date Fri, 23 Nov 2001 16:08:44 +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 ) )