mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2025-02-17 15:55:52 -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
|