diff options
author | Benjamin Otte <otte@redhat.com> | 2018-04-04 13:22:28 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2018-04-05 14:58:42 +0200 |
commit | 6de4c63a67ba8b200ee9c79d985d9fa2c252a279 (patch) | |
tree | 373b46b886575b30577b19425d3aa0a14f54e435 /gtk/inspector/inspectoroverlay.h | |
parent | 2699c15a996df5b7c07f49bbd064e7716572905d (diff) | |
download | gtk+-6de4c63a67ba8b200ee9c79d985d9fa2c252a279.tar.gz |
inspector: Bring back debug updates
This time, they are implemented as an overlay, so they require a running
inspector and can't be enabled via env variable anymore.
Diffstat (limited to 'gtk/inspector/inspectoroverlay.h')
-rw-r--r-- | gtk/inspector/inspectoroverlay.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/inspector/inspectoroverlay.h b/gtk/inspector/inspectoroverlay.h index 867070b3c5..a38e77726e 100644 --- a/gtk/inspector/inspectoroverlay.h +++ b/gtk/inspector/inspectoroverlay.h @@ -34,12 +34,14 @@ struct _GtkInspectorOverlayClass void (* snapshot) (GtkInspectorOverlay *self, GtkSnapshot *snapshot, + GskRenderNode *node, GtkWidget *widget); void (* queue_draw) (GtkInspectorOverlay *self); }; void gtk_inspector_overlay_snapshot (GtkInspectorOverlay *self, GtkSnapshot *snapshot, + GskRenderNode *node, GtkWidget *widget); void gtk_inspector_overlay_queue_draw (GtkInspectorOverlay *self); |