summaryrefslogtreecommitdiff
path: root/Xext/panoramiX.c
diff options
context:
space:
mode:
authorEnrico Weigelt, metux IT consult <info@metux.net>2024-03-07 17:07:04 +0100
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-04-15 18:11:57 -0700
commitd444cd4237e008f148ed000fb4b15efa7981072a (patch)
tree41c63c68476f4197d6f84a3d8da51bda0fbd7eae /Xext/panoramiX.c
parentdfdde27990ce2b5c3543226b4ee12252bd34352a (diff)
dix: unexport some lookup functions
These aren't used by any 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/1380>
Diffstat (limited to 'Xext/panoramiX.c')
-rw-r--r--Xext/panoramiX.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/Xext/panoramiX.c b/Xext/panoramiX.c
index 71713f14b..94c81a7c8 100644
--- a/Xext/panoramiX.c
+++ b/Xext/panoramiX.c
@@ -31,6 +31,10 @@ Equipment Corporation.
#include <X11/X.h>
#include <X11/Xproto.h>
#include <X11/Xarch.h>
+#include <X11/extensions/panoramiXproto.h>
+
+#include "dix/dix_priv.h"
+
#include "misc.h"
#include "cursor.h"
#include "cursorstr.h"
@@ -43,7 +47,6 @@ Equipment Corporation.
#include "windowstr.h"
#include "pixmapstr.h"
#include "panoramiX.h"
-#include <X11/extensions/panoramiXproto.h>
#include "panoramiXsrv.h"
#include "globals.h"
#include "servermd.h"