#ifndef EVAS_XCB_COLOR_H #define EVAS_XCB_COLOR_H void evas_software_xcb_x_color_init (void); Convert_Pal *evas_software_xcb_x_color_allocate (xcb_connection_t *conn, xcb_colormap_t cmap, xcb_visualtype_t *vis, Convert_Pal_Mode colors); void evas_software_xcb_x_color_deallocate (xcb_connection_t *conn, xcb_colormap_t cmap, xcb_visualtype_t *vis, Convert_Pal *pal); #endif