aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libraries/evas/src/modules/engines/software_x11/evas_xcb_color.h
blob: 7dcaeaf183a0775d97d9f7d4355f9a5bfc668da3 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef EVAS_XCB_COLOR_H
# define EVAS_XCB_COLOR_H

# include "evas_engine.h"

void evas_software_xcb_color_init(void);
Convert_Pal *evas_software_xcb_color_allocate(xcb_connection_t *conn, xcb_colormap_t cmap, xcb_visualtype_t *vis, Convert_Pal_Mode colors);
void evas_software_xcb_color_deallocate(xcb_connection_t *conn, xcb_colormap_t cmap, xcb_visualtype_t *vis, Convert_Pal *pal);

#endif