[PATCH 34/51] drm: fixed calls to _cairo_surface_init()

"Enrico Weigelt, metux IT consult" <[email protected]>
Newsgroups gmane.comp.lib.cairo
Message-ID <[email protected]>
This function now expects an additional parameter is_vector.

Signed-off-by: Enrico Weigelt, metux IT consult <[email protected]>
---
 src/drm/cairo-drm-intel-surface.c  | 4 +++-
 src/drm/cairo-drm-radeon-surface.c | 3 ++-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/drm/cairo-drm-intel-surface.c b/src/drm/cairo-drm-intel-surface.c
index a413aa8..5ae49d0 100644
--- a/src/drm/cairo-drm-intel-surface.c
+++ b/src/drm/cairo-drm-intel-surface.c
@@ -277,7 +277,9 @@ intel_surface_init (intel_surface_t *surface,
     _cairo_surface_init (&surface->drm.base,
 			 backend,
 			 &device->base,
-			 _cairo_content_from_format (format));
+			 _cairo_content_from_format (format),
+			 FALSE);
+
     _cairo_drm_surface_init (&surface->drm, format, width, height);
 
     surface->snapshot_cache_entry.hash = 0;
diff --git a/src/drm/cairo-drm-radeon-surface.c b/src/drm/cairo-drm-radeon-surface.c
index aa5985b..8ffa0ae 100644
--- a/src/drm/cairo-drm-radeon-surface.c
+++ b/src/drm/cairo-drm-radeon-surface.c
@@ -280,7 +280,8 @@ radeon_surface_init (radeon_surface_t *surface,
     _cairo_surface_init (&surface->base.base,
 			 &radeon_surface_backend,
 			 &device->base,
-			 _cairo_content_from_format (format));
+			 _cairo_content_from_format (format),
+			FALSE);
     _cairo_drm_surface_init (&surface->base, format, width, height);
 }
 
-- 
2.6.4.442.g545299f

-- 
cairo mailing list
[email protected]
http://lists.cairographics.org/mailman/listinfo/cairo
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.