]> granicus.if.org Git - graphviz/commitdiff
*** empty log message ***
authorarif <devnull@localhost>
Wed, 11 Mar 2009 17:05:46 +0000 (17:05 +0000)
committerarif <devnull@localhost>
Wed, 11 Mar 2009 17:05:46 +0000 (17:05 +0000)
lib/glcomp/glcompset.c
lib/glcomp/glcompset.h

index 8a5b391603ecece7d9f4a29842d9f04ded8a28e9..5a8d318ce53b1f2519484fcafc0ee90c7150a715 100644 (file)
@@ -69,7 +69,7 @@ static void glCompSetGetPos(int x, int y, float *X, float *Y, float *Z)
 
 
 
-void glCompDrawBegin()         //pushes a gl stack 
+void glCompDrawBegin(void)             //pushes a gl stack 
 {
     int vPort[4];
 
@@ -91,7 +91,7 @@ void glCompDrawBegin()                //pushes a gl stack
 
 }
 
-void glCompDrawEnd()           //pops the gl stack 
+void glCompDrawEnd(void)               //pops the gl stack 
 {
     glMatrixMode(GL_PROJECTION);
     glPopMatrix();
index 2edddce938bb7651359c13e3bd6d02c13c1770b5..d9c5eb433c7c6cf0ac91625d538ccca436720678 100644 (file)
@@ -34,8 +34,8 @@ extern int glCompSetShow(glCompSet * s);
 extern int glCompSetClick(glCompSet * s, int x, int y);
 extern int glCompSetRelease(glCompSet * s, int x, int y);
 
-extern void glCompDrawBegin();
-extern void glCompDrawEnd();
+extern void glCompDrawBegin(void);
+extern void glCompDrawEnd(void);
 
 /*
        change all components's fonts  in s