view Gui/wm/widget.h @ 7668:76bd62c375e8

remove nonsense warnings now that libaf is used
author rfelker
date Tue, 08 Oct 2002 22:41:45 +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 ) )