summaryrefslogtreecommitdiff
path: root/doc/public/html/cairo-Win32-Surfaces.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/public/html/cairo-Win32-Surfaces.html')
-rw-r--r--doc/public/html/cairo-Win32-Surfaces.html9
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/public/html/cairo-Win32-Surfaces.html b/doc/public/html/cairo-Win32-Surfaces.html
index dc75d19..a23d17a 100644
--- a/doc/public/html/cairo-Win32-Surfaces.html
+++ b/doc/public/html/cairo-Win32-Surfaces.html
@@ -202,7 +202,7 @@ possible to draw to the surface.
</p>
<p>
The returned surface will be wrapped using the paginated surface to
-provide correct complex rendering behaviour; <code class="function">show_page()</code> and
+provide correct complex rendering behaviour; <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-show-page" title="cairo_surface_show_page ()"><code class="function">cairo_surface_show_page()</code></a> and
associated methods must be used for correct output.
</p>
<div class="variablelist"><table border="0">
@@ -231,6 +231,13 @@ associated methods must be used for correct output.
Returns the HDC associated with this surface, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if none.
Also returns <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL:CAPS"><code class="literal">NULL</code></a> if the surface is not a win32 surface.
</p>
+<p>
+A call to <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-flush" title="cairo_surface_flush ()"><code class="function">cairo_surface_flush()</code></a> is required before using the HDC to
+ensure that all pending drawing operations are finished and to
+restore any temporary modification cairo has made to its state. A
+call to <a class="link" href="cairo-cairo-surface-t.html#cairo-surface-mark-dirty" title="cairo_surface_mark_dirty ()"><code class="function">cairo_surface_mark_dirty()</code></a> is required after the state or
+the content of the HDC has been modified.
+</p>
<div class="variablelist"><table border="0">
<col align="left" valign="top">
<tbody>