1
0
Fork 0
mirror of https://github.com/Raymo111/i3lock-color.git synced 2024-11-03 04:23:38 -05:00
i3lock-color/keysym2ucs.h

9 lines
113 B
C
Raw Normal View History

#ifndef _KEYSYM2UCS_H
#define _KEYSYM2UCS_H
#include <xcb/xcb.h>
long keysym2ucs(xcb_keysym_t keysym);
#endif