diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-11-10 15:23:14 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-11-10 15:23:14 -0500 |
commit | d9b02ea4a3e3201cc7c98b01164536eac5f55532 (patch) | |
tree | cf1e11367773291e7476f7516370424493fd53b7 /gdk/gdkinternals.h | |
parent | 5c5c8bdd812abf1e6b4ed6285b0d30451b30f413 (diff) | |
download | gtk+-d9b02ea4a3e3201cc7c98b01164536eac5f55532.tar.gz |
gdk: Make debug-updates a per-display setting
Add private API to set this per-display, and make the existing
gdk_window_set_debug_update function set a global default.
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r-- | gdk/gdkinternals.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h index c3246818fc..be1b0ed834 100644 --- a/gdk/gdkinternals.h +++ b/gdk/gdkinternals.h @@ -108,6 +108,7 @@ extern GdkWindow *_gdk_parent_root; extern guint _gdk_debug_flags; extern guint _gdk_gl_flags; extern GdkRenderingMode _gdk_rendering_mode; +extern gboolean _gdk_debug_updates; #ifdef G_ENABLE_DEBUG |