comparison Gui/wm/widget.h @ 2082:016f6d583733

missing newlines fixed
author arpi
date Thu, 04 Oct 2001 20:33:29 +0000
parents d237c5d4b216
children
comparison
equal deleted inserted replaced
2081:efcab819ac24 2082:016f6d583733
1 1
2 #define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) ) 2 #define wgIsRect( X,Y,tX,tY,bX,bY ) ( ( X > tX )&&( Y > tY )&&( X < bX )&&( Y < bY ) )
3