]> granicus.if.org Git - graphviz/commitdiff
*** empty log message ***
authorarif <devnull@localhost>
Mon, 2 Nov 2009 17:09:13 +0000 (17:09 +0000)
committerarif <devnull@localhost>
Mon, 2 Nov 2009 17:09:13 +0000 (17:09 +0000)
cmd/smyrna/gui/glcompui.c

index 98ba7f5d6de46d563d6db2b82eb8dbf56b8f06d0..22870f78ea2d8f08770254a12ac432eb6ac39c61 100644 (file)
@@ -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);
     }
 }