diff options
author | Alexander Larsson <alexl@redhat.com> | 2009-09-14 16:07:43 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2009-09-14 16:07:43 +0200 |
commit | 7ab7ffa542be7a6dcda1a35d151ace5e22a8d721 (patch) | |
tree | 31adb9044f8cfee7b474ae257e50827d4a587dc6 /docs | |
parent | cfeba9c3897a6b0ca8a50703f2336520204b4ac8 (diff) | |
download | gtk+-7ab7ffa542be7a6dcda1a35d151ace5e22a8d721.tar.gz |
Automatically flush window when doing non-double-buffered expose
Applications using non-double-buffered drawing using cairo (e.g. Abiword)
can draw directly to the window using cairo and thus manage to avoid
the automatic flushing of outstanding moves. This can cause redraw
inconsistencies like bug 593507.
We fix this by always flushing when exposing non-double-buffered widgets.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gdk/gdk-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/reference/gdk/gdk-sections.txt b/docs/reference/gdk/gdk-sections.txt index 5bdc717068..43d000c709 100644 --- a/docs/reference/gdk/gdk-sections.txt +++ b/docs/reference/gdk/gdk-sections.txt @@ -662,6 +662,7 @@ gdk_window_resize gdk_window_move_resize gdk_window_scroll gdk_window_move_region +gdk_window_flush gdk_window_ensure_native gdk_window_reparent gdk_window_clear |