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
8
typedef
int
xcb_configure_notify_event_t
;
9
typedef
int
xcb_window_t
;
10
typedef
int
xcb_timestamp_t
;
11
12
#define XCB_WINDOW_NONE 0
13
14
#endif
xcb_timestamp_t
int xcb_timestamp_t
Definition
xcb-dummy.h:10
xcb_window_t
int xcb_window_t
Definition
xcb-dummy.h:9
xcb_configure_notify_event_t
int xcb_configure_notify_event_t
Definition
xcb-dummy.h:8
include
xcb-dummy.h
Generated by
1.15.0