diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-03-07 17:07:04 +0100 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2024-04-15 18:11:57 -0700 |
commit | d444cd4237e008f148ed000fb4b15efa7981072a (patch) | |
tree | 41c63c68476f4197d6f84a3d8da51bda0fbd7eae /mi/miexpose.c | |
parent | dfdde27990ce2b5c3543226b4ee12252bd34352a (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 'mi/miexpose.c')
-rw-r--r-- | mi/miexpose.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mi/miexpose.c b/mi/miexpose.c index 6239365b5..29ac46486 100644 --- a/mi/miexpose.c +++ b/mi/miexpose.c @@ -79,6 +79,8 @@ Equipment Corporation. #include <X11/Xproto.h> #include <X11/Xprotostr.h> +#include "dix/dix_priv.h" + #include "misc.h" #include "regionstr.h" #include "scrnintstr.h" |