From d576fbeadc7f52a0b7c63ba0793f8bdcceccc15b Mon Sep 17 00:00:00 2001 From: scuri Date: Tue, 15 Dec 2009 19:33:00 +0000 Subject: *** empty log message *** --- src/gdk/cdgdk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gdk/cdgdk.c') 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 -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 */ -- cgit v1.2.3