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:
Enrico Weigelt, metux IT consult 2024-03-07 14:39:50 +01:00 committed by Marge Bot
commit 040e41c7e9
11 changed files with 40 additions and 22 deletions

View file

@ -28,6 +28,8 @@
#include <dix-config.h>
#endif
#include "dix/dix_priv.h"
#include "inputstr.h"
#include "scrnintstr.h"
#include "dixgrabs.h"