xserver: Branch 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 14 23:24:16 UTC 2020


 hw/xfree86/drivers/modesetting/drmmode_display.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit a24a786fc8490fda08b15c3dab6fa6750f008ecb
Author: Michel Dänzer <mdaenzer at redhat.com>
Date:   Tue Jan 14 09:23:34 2020 +0100

    modesetting: Explicitly #include "mi.h"
    
    For the miClearDrawable prototype. Apparently it doesn't get pulled in
    for some build configurations, breaking the build.
    
    Reviewed-by: Kenneth Graunke <kenneth at whitecape.org>

diff --git a/hw/xfree86/drivers/modesetting/drmmode_display.c b/hw/xfree86/drivers/modesetting/drmmode_display.c
index b826bee6a..d13cec077 100644
--- a/hw/xfree86/drivers/modesetting/drmmode_display.c
+++ b/hw/xfree86/drivers/modesetting/drmmode_display.c
@@ -37,6 +37,7 @@
 #include "inputstr.h"
 #include "xf86str.h"
 #include "X11/Xatom.h"
+#include "mi.h"
 #include "micmap.h"
 #include "xf86cmap.h"
 #include "xf86DDC.h"


More information about the xorg-commit mailing list