view Gui/wm/widget.h @ 5999:792d58595767

fix -fs and 'f'
author pontscho
date Mon, 06 May 2002 16:56:41 +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 ) )