mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-18 19:52:21 +00:00
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>
This commit is contained in:
parent
dae76bbaaf
commit
389b528203
15 changed files with 42 additions and 14 deletions
|
|
@ -39,6 +39,7 @@ from The Open Group.
|
|||
#include <X11/Xos.h>
|
||||
|
||||
#include "dix/screenint_priv.h"
|
||||
#include "os/cmdline.h"
|
||||
|
||||
#include "scrnintstr.h"
|
||||
#include "servermd.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue