mirror of
https://github.com/lbonn/rofi
synced 2024-11-16 00:48:02 +00:00
8 lines
132 B
C
8 lines
132 B
C
#ifndef ROFI_XKB_H
|
|
#define ROFI_XKB_H
|
|
|
|
/**
|
|
* Structure holding xkb related state.
|
|
*/
|
|
typedef struct xkb_stuff xkb_stuff;
|
|
#endif
|