mirror of
https://github.com/Raymo111/i3lock-color.git
synced 2024-11-18 13:54:55 -05:00
1dc3fd7bf0
Changes: - Uses XCB instead of Xlib (like i3), thus cleaner/faster code - Uses cairo to load PNG images (*much* faster than XPM)
8 lines
113 B
C
8 lines
113 B
C
#ifndef _KEYSYM2UCS_H
|
|
#define _KEYSYM2UCS_H
|
|
|
|
#include <xcb/xcb.h>
|
|
|
|
long keysym2ucs(xcb_keysym_t keysym);
|
|
|
|
#endif
|