dcavalca / rpms / qemu

Forked from rpms/qemu 11 months ago
Clone

Blame 0020-spice-display-draw.h-is-internal-now.patch

Justin M. Forbes a81953
From 7241cc479a0f4a148ae60336add6d7be80da9ff0 Mon Sep 17 00:00:00 2001
Justin M. Forbes a81953
From: Gerd Hoffmann <kraxel@redhat.com>
Justin M. Forbes a81953
Date: Thu, 8 Jul 2010 14:11:18 +0200
Justin M. Forbes a81953
Subject: [PATCH 20/39] spice-display: draw.h is internal now
Justin M. Forbes a81953
Justin M. Forbes a81953
---
Justin M. Forbes a81953
 spice-display.h |    2 +-
Justin M. Forbes a81953
 1 files changed, 1 insertions(+), 1 deletions(-)
Justin M. Forbes a81953
Justin M. Forbes a81953
diff --git a/spice-display.h b/spice-display.h
Justin M. Forbes a81953
index 70a7be4..b55e7ea 100644
Justin M. Forbes a81953
--- a/spice-display.h
Justin M. Forbes a81953
+++ b/spice-display.h
Justin M. Forbes a81953
@@ -1,5 +1,5 @@
Justin M. Forbes a81953
 #include <spice/ipc_ring.h>
Justin M. Forbes a81953
-#include <spice/draw.h>
Justin M. Forbes a81953
+#include <spice/enums.h>
Justin M. Forbes a81953
 #include <spice/qxl_dev.h>
Justin M. Forbes a81953
Justin M. Forbes a81953
 #include "pflib.h"
Justin M. Forbes a81953
-- 
Justin M. Forbes a81953
1.7.2.3
Justin M. Forbes a81953