xserver: Branch 'master'
GitLab Mirror
gitlab-mirror at kemper.freedesktop.org
Sat Aug 31 23:24:53 UTC 2024
hw/xnest/XNGC.h | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit 4db1da86fc5ea279db40f9b55f0f9279cc6f9b1a
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date: Thu Aug 1 11:52:48 2024 +0200
Xnest: XNGC.h: add missing includes
This header makes use of types and functions defined in gcstruct.h and
privates.h. It should include them, instead of demanding it's consumers
having done that before including this file.
Signed-off-by: Enrico Weigelt, metux IT consult <info at metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1659>
diff --git a/hw/xnest/XNGC.h b/hw/xnest/XNGC.h
index 6a222d073..a695f7a3b 100644
--- a/hw/xnest/XNGC.h
+++ b/hw/xnest/XNGC.h
@@ -17,6 +17,9 @@ is" without express or implied warranty.
#include <X11/Xdefs.h>
+#include "include/gcstruct.h"
+#include "include/privates.h"
+
/* This file uses the GC definition form Xlib.h as XlibGC. */
typedef struct {
More information about the xorg-commit
mailing list