view Gui/wm/widget.h @ 7044:c9ee9c799f4a

typo fix, patch by (Eric Lammerts <eric at lammerts dot org>)
author michael
date Sun, 18 Aug 2002 22:46:03 +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 ) )