From: arif Date: Wed, 11 Mar 2009 17:05:46 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: LAST_LIBGRAPH~32^2~2285 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e6150db394a0d11872105bf001060e8ec241ca91;p=graphviz *** empty log message *** --- diff --git a/lib/glcomp/glcompset.c b/lib/glcomp/glcompset.c index 8a5b39160..5a8d318ce 100644 --- a/lib/glcomp/glcompset.c +++ b/lib/glcomp/glcompset.c @@ -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(); diff --git a/lib/glcomp/glcompset.h b/lib/glcomp/glcompset.h index 2edddce93..d9c5eb433 100644 --- a/lib/glcomp/glcompset.h +++ b/lib/glcomp/glcompset.h @@ -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