1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-10-27 05:23:18 -04:00
rofi/include/xkb.h

9 lines
132 B
C
Raw Normal View History

#ifndef ROFI_XKB_H
#define ROFI_XKB_H
2016-10-15 09:39:08 -04:00
/**
* Structure holding xkb related state.
*/
typedef struct xkb_stuff xkb_stuff;
#endif