From: arif Date: Mon, 2 Nov 2009 17:09:13 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: LAST_LIBGRAPH~32^2~1614 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d033b6ead2596764ad560bec7b10a92047dddd7;p=graphviz *** empty log message *** --- diff --git a/cmd/smyrna/gui/glcompui.c b/cmd/smyrna/gui/glcompui.c index 98ba7f5d6..22870f78e 100644 --- a/cmd/smyrna/gui/glcompui.c +++ b/cmd/smyrna/gui/glcompui.c @@ -164,9 +164,10 @@ void CBglCompMouseUp(void *obj, GLfloat x, GLfloat y, glMouseButtonType t) void CBglCompMouseRightClick(void *obj, GLfloat x, GLfloat y, glMouseButtonType t) { - if (t == glMouseRightButton) { - GLfloat X, Y, Z = 0; - to3D((int) x, (int) y, &X, &Y, &Z); + if (t == glMouseRightButton) + { + GLfloat X, Y, Z = 0; + to3D((int) x, (int) y, &X, &Y, &Z); } }