summaryrefslogtreecommitdiffstats
path: root/include/xkb-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/xkb-internal.h')
-rw-r--r--include/xkb-internal.h27
1 files changed, 0 insertions, 27 deletions
diff --git a/include/xkb-internal.h b/include/xkb-internal.h
index 83010e14..ae18d5a5 100644
--- a/include/xkb-internal.h
+++ b/include/xkb-internal.h
@@ -1,31 +1,4 @@
#ifndef ROFI_XKB_INTERNAL_H
#define ROFI_XKB_INTERNAL_H
-#include <xkbcommon/xkbcommon.h>
-#include <xkbcommon/xkbcommon-compose.h>
-
-struct xkb_stuff
-{
- /** connection to the X server*/
- xcb_connection_t *xcb_connection;
- /** Keyboard context */
- struct xkb_context *context;
- /** Flag indicating first event */
- uint8_t first_event;
- /** Keyboard device id */
- int32_t device_id;
- /** Current keymap */
- struct xkb_keymap *keymap;
- /** Keyboard state */
- struct xkb_state *state;
- /** Compose information */
- struct
- {
- /** Compose table */
- struct xkb_compose_table *table;
- /** Compose state */
- struct xkb_compose_state * state;
- } compose;
-};
-
#endif