Xinqi Bao's Git
1 /* See LICENSE file for copyright and license details. */
8 keyboard_indicators(void)
13 if (!(dpy
= XOpenDisplay(NULL
))) {
14 fprintf(stderr
, "Cannot open display\n");
17 XGetKeyboardControl(dpy
, &state
);
20 switch (state
.led_mask
) {