rofi 2.0.0
xcb-dummy.h
Go to the documentation of this file.
1#ifndef ROFI_XCB_DUMMY_H
2#define ROFI_XCB_DUMMY_H
3
4// Dummy types for xcb values shared in view interface (not used in wayland
5// mode) This header exists so that rofi can be built without xcb headers
6// present
7
9typedef int xcb_window_t;
10typedef int xcb_timestamp_t;
11
12#define XCB_WINDOW_NONE 0
13
14#endif
int xcb_timestamp_t
Definition xcb-dummy.h:10
int xcb_window_t
Definition xcb-dummy.h:9
int xcb_configure_notify_event_t
Definition xcb-dummy.h:8