#ifndef SCAPX_H #define SCAPX_H #include #include #include typedef struct { xcb_connection_t *con; xcb_screen_t *scr; } Scr_info; /* Connects to the X Server, and accesses the screen */ Scr_info *init_XCB_server(); #endif