mirror of
https://github.com/X11Libre/xserver.git
synced 2026-09-18 19:52:21 +00:00
dix: unexport global variables
Those aren't used by drivers, so no need to export them. Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net> Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1375>
This commit is contained in:
parent
30b403b0f0
commit
040e41c7e9
11 changed files with 40 additions and 22 deletions
|
|
@ -28,6 +28,8 @@
|
|||
#include <dix-config.h>
|
||||
#endif
|
||||
|
||||
#include "dix/dix_priv.h"
|
||||
|
||||
#include "inputstr.h"
|
||||
#include "scrnintstr.h"
|
||||
#include "dixgrabs.h"
|
||||
|
|
|
|||
Loading…
Reference in a new issue