summaryrefslogtreecommitdiff
path: root/gtk/gtkroot.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2018-07-29 04:11:14 +0200
committerBenjamin Otte <otte@redhat.com>2019-02-15 06:53:17 +0100
commit2fbdd8b849b97ed8a5d3b6f69c065577efb2fb38 (patch)
tree0aa94495077136afcf260c306294b90bef72c76a /gtk/gtkroot.h
parentddf2a3681d8629c042e0a081b6c0a21f01b60676 (diff)
downloadgtk+-2fbdd8b849b97ed8a5d3b6f69c065577efb2fb38.tar.gz
root: Add GtkRoot:get_display vfunc
And use it.
Diffstat (limited to 'gtk/gtkroot.h')
-rw-r--r--gtk/gtkroot.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkroot.h b/gtk/gtkroot.h
index e4894ee46b..e1d7ee670d 100644
--- a/gtk/gtkroot.h
+++ b/gtk/gtkroot.h
@@ -45,6 +45,7 @@ struct _GtkRootInterface
GTypeInterface g_iface;
/*< public >*/
+ GdkDisplay * (* get_display) (GtkRoot *self);
};