Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
Update README todo
[slstatus.git]
/
components
/
keyboard_indicators.c
diff --git
a/components/keyboard_indicators.c
b/components/keyboard_indicators.c
index
b7713b6
..
76cf17e
100644
(file)
--- a/
components/keyboard_indicators.c
+++ b/
components/keyboard_indicators.c
@@
-1,5
+1,5
@@
/* See LICENSE file for copyright and license details. */
/* See LICENSE file for copyright and license details. */
-#include <
err
.h>
+#include <
stdio
.h>
#include <X11/Xlib.h>
#include "../util.h"
#include <X11/Xlib.h>
#include "../util.h"
@@
-11,7
+11,7
@@
keyboard_indicators(void)
XKeyboardState state;
if (dpy == NULL) {
XKeyboardState state;
if (dpy == NULL) {
-
warnx("XOpenDisplay failed
");
+
fprintf(stderr, "Cannot open display\n
");
return NULL;
}
XGetKeyboardControl(dpy, &state);
return NULL;
}
XGetKeyboardControl(dpy, &state);