view Gui/wm/widget.h @ 4114:aeb27b09de8e

Check for NULL vob->spudec before using.
author kmkaplan
date Sat, 12 Jan 2002 18:34:50 +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 ) )