summaryrefslogtreecommitdiff
path: root/gdk/gdkinternals.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-11-10 15:23:14 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-11-10 15:23:14 -0500
commitd9b02ea4a3e3201cc7c98b01164536eac5f55532 (patch)
treecf1e11367773291e7476f7516370424493fd53b7 /gdk/gdkinternals.h
parent5c5c8bdd812abf1e6b4ed6285b0d30451b30f413 (diff)
downloadgtk+-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.h1
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