summaryrefslogtreecommitdiffstats
path: root/include/xkb.h
blob: 19fcff8c4c60a4356d1775cbdd30004c21291f15 (plain)
1
2
3
4
5
6
7
8
#ifndef ROFI_XKB_H
#define ROFI_XKB_H

/**
 * Structure holding xkb related state.
 */
typedef struct xkb_stuff   xkb_stuff;
#endif