From e6150db394a0d11872105bf001060e8ec241ca91 Mon Sep 17 00:00:00 2001 From: arif Date: Wed, 11 Mar 2009 17:05:46 +0000 Subject: [PATCH] *** empty log message *** --- lib/glcomp/glcompset.c | 4 ++-- lib/glcomp/glcompset.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.40.0