diff options
author | Enrico Weigelt, metux IT consult <info@metux.net> | 2024-03-01 18:52:58 +0100 |
---|---|---|
committer | Marge Bot <emma+marge@anholt.net> | 2024-06-23 21:19:27 +0000 |
commit | 06b599edb65c171c4104e4b0977b9be0130f03e8 (patch) | |
tree | b722a0c4998adc2d9d49b5e7dc9d13b395d47dba /hw/xwayland | |
parent | 53e8ba3affcd7da22e464b72a5c69f118d438305 (diff) |
dix: unexport fields from opaque.h not used by modules/drivers
Lots of fields from opaque.h aren't used by any drivers/modules and thus
don't need to be exported at all.
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1351>
Diffstat (limited to 'hw/xwayland')
-rw-r--r-- | hw/xwayland/xwayland-window.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xwayland/xwayland-window.c b/hw/xwayland/xwayland-window.c index c2bd792e4..05fdd5b4e 100644 --- a/hw/xwayland/xwayland-window.c +++ b/hw/xwayland/xwayland-window.c @@ -34,6 +34,8 @@ #include <X11/X.h> #include <X11/Xatom.h> +#include "dix/dix_priv.h" + #include "compositeext.h" #include "compint.h" #include "inputstr.h" |