diff options
Diffstat (limited to 'render/color.h')
| -rw-r--r-- | render/color.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/render/color.h b/render/color.h index 2ed23ddd..ba9fb22b 100644 --- a/render/color.h +++ b/render/color.h @@ -31,7 +31,7 @@ struct _RrColor { GC gc; }; -void color_allocate_gc(color_rgb *in); +void color_allocate_gc(RrColor *in); XColor *pickColor(const RrInstance *inst, gint r, gint g, gint b); void reduce_depth(const RrInstance *inst, pixel32 *data, XImage *im); void increase_depth(const RrInstance *inst, pixel32 *data, XImage *im); |
