summaryrefslogtreecommitdiff
path: root/xkb
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-02-23 20:52:02 +0100
committerMarge Bot <emma+marge@anholt.net>2024-04-15 21:21:40 +0000
commit389b5282037a8d0d168ce8b23229b739b8b21632 (patch)
tree8b7c6351cb566e5a5ee269835d8025c085a4cb0d /xkb
parentdae76bbaafdb3fe4993c9f5122d6c7e85f556ea3 (diff)
os: unexport command line args handling functions
These functions shouldn't be called by drivers or extensions, thus shouldn't be exported. Also moving it to separate header, so the already huge ones aren't cluttered with even more things. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1334>
Diffstat (limited to 'xkb')
-rw-r--r--xkb/xkbInit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/xkb/xkbInit.c b/xkb/xkbInit.c
index e1aefd144..c06ec09d4 100644
--- a/xkb/xkbInit.c
+++ b/xkb/xkbInit.c
@@ -39,6 +39,9 @@ THE USE OR PERFORMANCE OF THIS SOFTWARE.
#include <X11/Xproto.h>
#include <X11/keysym.h>
#include <X11/Xatom.h>
+
+#include "os/cmdline.h"
+
#include "misc.h"
#include "inputstr.h"
#include "opaque.h"