view Gui/wm/widget.h @ 7250:27a1315d6af4

Checked if the connection succeeded before writing in the socket.
author bertrand
date Tue, 03 Sep 2002 01:25:31 +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 ) )