[PATCH 2/4] Fix the number of parameters for cairo_os2_surface_set_size()

Dave Yeo <[email protected]>
Newsgroups gmane.comp.lib.cairo
Message-ID <[email protected]>
 test/error-setters.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/test/error-setters.c b/test/error-setters.c
index e6b715a..ff65ad4 100644
--- a/test/error-setters.c
+++ b/test/error-setters.c
@@ -65,7 +65,7 @@ preamble (cairo_test_context_t *ctx)
 
 #if CAIRO_HAS_OS2_SURFACE
     cairo_os2_surface_set_hwnd (surface, 0);
-    cairo_os2_surface_set_size (surface, 0, 0);
+    cairo_os2_surface_set_size (surface, 0, 0, 0);
     cairo_os2_surface_set_manual_window_refresh (surface, FALSE);
 #endif
 
-- 
1.7.2.3
--
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.