mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
413d8b01b6
Display and manipulate XKB keyboard controls from the commandline. PR: 16006 Submitted by: Yoshiro MIHIRA <sanpei@sanpei.org>
12 lines
250 B
Plaintext
12 lines
250 B
Plaintext
--- xkbctrl.c.org Sun Jan 9 22:51:02 2000
|
|
+++ xkbctrl.c Sun Jan 9 22:51:21 2000
|
|
@@ -27,7 +27,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
-#include <values.h>
|
|
+#include <limits.h>
|
|
#include <ctype.h>
|
|
#include <X11/Xos.h>
|
|
#include <X11/Xlib.h>
|