diff options
author | scuri <scuri> | 2009-12-15 19:33:00 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-12-15 19:33:00 +0000 |
commit | d576fbeadc7f52a0b7c63ba0793f8bdcceccc15b (patch) | |
tree | abf9406f4e85cc5e3b6d50be22236d6eba9ff789 /src/gdk/cdgdk.c | |
parent | 2df78db7863840f59d0a1beff5fae7012bce637d (diff) |
*** empty log message ***
Diffstat (limited to 'src/gdk/cdgdk.c')
-rw-r--r-- | src/gdk/cdgdk.c | 4 |
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 */ |