Move stuff to include/ and src/
This commit is contained in:
6
include/xcb.h
Normal file
6
include/xcb.h
Normal file
@ -0,0 +1,6 @@
|
||||
#ifndef _XCB_H
|
||||
#define _XCB_H
|
||||
|
||||
uint32_t get_colorpixel(xcb_connection_t *conn, xcb_window_t window, char *hex);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user