|
@ -689,7 +689,6 @@ setup(void) |
|
|
CWOverrideRedirect | CWBackPixel | CWEventMask, &swa); |
|
|
CWOverrideRedirect | CWBackPixel | CWEventMask, &swa); |
|
|
XSetClassHint(dpy, win, &ch); |
|
|
XSetClassHint(dpy, win, &ch); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* input methods */ |
|
|
/* input methods */ |
|
|
if ((xim = XOpenIM(dpy, NULL, NULL, NULL)) == NULL) |
|
|
if ((xim = XOpenIM(dpy, NULL, NULL, NULL)) == NULL) |
|
|
die("XOpenIM failed: could not open input device"); |
|
|
die("XOpenIM failed: could not open input device"); |
|
|