xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Aug 31 23:36:39 UTC 2024


 hw/xnest/Display.h |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit ea042cd6efeb950abd9815226852d3d50c05712d
Author: Enrico Weigelt, metux IT consult <info at metux.net>
Date:   Tue Jul 30 17:16:13 2024 +0200

    Xnest: Display.h: fix missing include of colormap.h
    
    Needs some types (eg. Pixel) from colormap.h
    
    Signed-off-by: Enrico Weigelt, metux IT consult <info at metux.net>
    Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1660>

diff --git a/hw/xnest/Display.h b/hw/xnest/Display.h
index 4e9dbf463..c1fbaebe5 100644
--- a/hw/xnest/Display.h
+++ b/hw/xnest/Display.h
@@ -15,6 +15,8 @@ is" without express or implied warranty.
 #ifndef XNESTCOMMON_H
 #define XNESTCOMMON_H
 
+#include "colormap.h"
+
 #define UNDEFINED -1
 
 #define MAXDEPTH 32


More information about the xorg-commit mailing list