Skip to content

Instantly share code, notes, and snippets.

View garasubo's full-sized avatar
緑風

Takumi Shimada garasubo

緑風
View GitHub Profile
@Determinant
Determinant / xim_example.c
Last active October 9, 2023 13:54
A minimal example for X Input Method.
#include <X11/Xlib.h>
#include <X11/Xutil.h>
#include <X11/Xos.h>
#include <stdlib.h>
#include <stdio.h>
#include <locale.h>
#include <assert.h>
Display *dpy;
Window win;