1
0
Fork 0
mirror of https://github.com/Raymo111/i3lock-color.git synced 2024-11-18 13:54:55 -05:00
i3lock-color/keysym2ucs.h
Michael Stapelberg 1dc3fd7bf0 Initial commit of the XCB rewrite of i3lock
Changes:
- Uses XCB instead of Xlib (like i3), thus cleaner/faster code
- Uses cairo to load PNG images (*much* faster than XPM)
2010-07-16 17:35:51 +02:00

8 lines
113 B
C

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