summaryrefslogtreecommitdiff
path: root/src/gc.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-17 19:03:47 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-17 19:03:47 +0000
commit22e912f7338ee41bd0f84f4330f4e8bc0c7501d9 (patch)
treebd48cdf361c0881f45d09ce46c478ad8674e87c1 /src/gc.h
parentcfa9fa24253b5ef8045172852509be413d7b00ca (diff)
merge XFree86 4.3.0.1 to -CURRENT
Diffstat (limited to 'src/gc.h')
-rw-r--r--src/gc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gc.h b/src/gc.h
index f8440ed..852b618 100644
--- a/src/gc.h
+++ b/src/gc.h
@@ -48,6 +48,7 @@ in this Software without prior written authorization from The Open Group.
/** TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE **/
/** OR PERFORMANCE OF THIS SOFTWARE. **/
/*****************************************************************************/
+/* $XFree86: xc/programs/twm/gc.h,v 1.5 2001/12/14 20:01:07 dawes Exp $ */
/**********************************************************************
@@ -63,6 +64,6 @@ in this Software without prior written authorization from The Open Group.
#ifndef _GC_
#define _GC_
-extern void CreateGCs();
+extern void CreateGCs( void );
#endif /* _GC_ */