From a04873c0770df5eaed078493df5216ca28322de7 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 18 Jan 2010 23:40:00 +0000 Subject: [PATCH] qt: Trivial compile fix for boilerplate. --- boilerplate/cairo-boilerplate-qt.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/boilerplate/cairo-boilerplate-qt.cpp b/boilerplate/cairo-boilerplate-qt.cpp index 8f19811f5..ea1f4ee75 100644 --- a/boilerplate/cairo-boilerplate-qt.cpp +++ b/boilerplate/cairo-boilerplate-qt.cpp @@ -92,6 +92,7 @@ static const cairo_boilerplate_target_t targets[] = { { "qt", "qt", NULL, NULL, CAIRO_SURFACE_TYPE_QT, CAIRO_CONTENT_COLOR_ALPHA, 0, + "cairo_qt_surface_create", _cairo_boilerplate_qt_create_surface, NULL, NULL, _cairo_boilerplate_get_image_surface, @@ -101,6 +102,7 @@ static const cairo_boilerplate_target_t targets[] = { { "qt", "qt", NULL, NULL, CAIRO_SURFACE_TYPE_QT, CAIRO_CONTENT_COLOR, 0, + "cairo_qt_surface_create", _cairo_boilerplate_qt_create_surface, NULL, NULL, _cairo_boilerplate_get_image_surface,