mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-24 09:00:12 +01:00
Fix the number of parameters for cairo_os2_surface_set_size()
test/error-setters.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
parent
222f0846e6
commit
fdd54d2b79
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue