mirror of
https://github.com/i3/i3.git
synced 2026-02-06 10:55:36 +00:00
7 lines
120 B
C
7 lines
120 B
C
#ifndef _XCB_H
|
|
#define _XCB_H
|
|
|
|
uint32_t get_colorpixel(xcb_connection_t *conn, xcb_window_t window, char *hex);
|
|
|
|
#endif
|