1e468bc44a
- backport from stable "xserver-1.20-branch" up to commit ad7364d8d (for mutter fullscreen unredirect on Wayland) - Update videodrv minor ABI as 1.20.7 changed the minor ABI version (backward compatible, API addition in glamor) - Rebase Xwayland randr resolution change emulation support patches
30 lines
1018 B
Diff
30 lines
1018 B
Diff
From c2ef88c4d3a551ff7646bfb86550cae32b02a510 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Michel=20D=C3=A4nzer?= <mdaenzer@redhat.com>
|
|
Date: Tue, 14 Jan 2020 09:23:34 +0100
|
|
Subject: [PATCH xserver 02/22] 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@whitecape.org>
|
|
(cherry picked from commit a24a786fc8490fda08b15c3dab6fa6750f008ecb)
|
|
---
|
|
hw/xfree86/drivers/modesetting/drmmode_display.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/hw/xfree86/drivers/modesetting/drmmode_display.c b/hw/xfree86/drivers/modesetting/drmmode_display.c
|
|
index e18cc379f..3874f6e21 100644
|
|
--- a/hw/xfree86/drivers/modesetting/drmmode_display.c
|
|
+++ b/hw/xfree86/drivers/modesetting/drmmode_display.c
|
|
@@ -36,6 +36,7 @@
|
|
#include "dumb_bo.h"
|
|
#include "xf86str.h"
|
|
#include "X11/Xatom.h"
|
|
+#include "mi.h"
|
|
#include "micmap.h"
|
|
#include "xf86cmap.h"
|
|
#include "xf86DDC.h"
|
|
--
|
|
2.24.1
|
|
|