Index: gtkhid-cairo.c =================================================================== --- gtkhid-cairo.c (revision 10712) +++ gtkhid-cairo.c (revision 10713) @@ -120,7 +120,7 @@ } /** Returns TRUE if \p color_string has been successfully parsed to \p color. */ -static pcb_bool map_color_string(const char *color_string, GdkRGBA * color) +static pcb_bool map_color_string(const char *color_string, pcb_gtk_color_t * color) { pcb_bool parsed;