mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-11-03 04:23:38 -05:00
9 lines
113 B
C
9 lines
113 B
C
|
#ifndef _KEYSYM2UCS_H
|
||
|
#define _KEYSYM2UCS_H
|
||
|
|
||
|
#include <xcb/xcb.h>
|
||
|
|
||
|
long keysym2ucs(xcb_keysym_t keysym);
|
||
|
|
||
|
#endif
|