summaryrefslogtreecommitdiff
path: root/src/gdk/cdgdk.c
diff options
context:
space:
mode:
authorscuri <scuri>2009-12-15 19:33:00 +0000
committerscuri <scuri>2009-12-15 19:33:00 +0000
commitd576fbeadc7f52a0b7c63ba0793f8bdcceccc15b (patch)
treeabf9406f4e85cc5e3b6d50be22236d6eba9ff789 /src/gdk/cdgdk.c
parent2df78db7863840f59d0a1beff5fae7012bce637d (diff)
*** empty log message ***
Diffstat (limited to 'src/gdk/cdgdk.c')
-rw-r--r--src/gdk/cdgdk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gdk/cdgdk.c b/src/gdk/cdgdk.c
index e0692fc..5a84c6e 100644
--- a/src/gdk/cdgdk.c
+++ b/src/gdk/cdgdk.c
@@ -15,8 +15,8 @@
#include <gdk/gdk.h>
-GdkColor (*cdgdkGetPixel)(cdCtxCanvas *ctxcanvas, unsigned long rgb); /* access to the color table */
-void (*cdgdkGetRGB)(cdCtxCanvas *ctxcanvas, unsigned long pixel,
+static GdkColor (*cdgdkGetPixel)(cdCtxCanvas *ctxcanvas, unsigned long rgb); /* access to the color table */
+static void (*cdgdkGetRGB)(cdCtxCanvas *ctxcanvas, unsigned long pixel,
unsigned char* red,
unsigned char* green,
unsigned char* blue); /* access to the color table */