summaryrefslogtreecommitdiff
path: root/gtk/gtkroot.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-05-26 17:39:11 +0000
committerMatthias Clasen <mclasen@redhat.com>2019-05-28 20:24:39 +0000
commitf2447e06af674d2f32688f11b3f65223ac290e91 (patch)
tree591b76a416477dc35b092ffa65edb301372e7a9c /gtk/gtkroot.h
parent5de06f47cf497bb6a6145c1ba1ac08add85e170e (diff)
downloadgtk+-f2447e06af674d2f32688f11b3f65223ac290e91.tar.gz
GtkRoot: Drop overlap with GtkNative
Drop the parts from the GtkRoot interface that have been taken over by GtkNative.
Diffstat (limited to 'gtk/gtkroot.h')
-rw-r--r--gtk/gtkroot.h10
1 files changed, 1 insertions, 9 deletions
diff --git a/gtk/gtkroot.h b/gtk/gtkroot.h
index 4c7ae89e37..3136a00911 100644
--- a/gtk/gtkroot.h
+++ b/gtk/gtkroot.h
@@ -45,18 +45,10 @@ struct _GtkRootInterface
GTypeInterface g_iface;
/*< public >*/
- GdkDisplay * (* get_display) (GtkRoot *self);
- GskRenderer * (* get_renderer) (GtkRoot *self);
-
- void (* get_surface_transform) (GtkRoot *root,
- int *x,
- int *y);
+ GdkDisplay * (* get_display) (GtkRoot *self);
};
GDK_AVAILABLE_IN_ALL
-GtkWidget * gtk_root_get_for_surface (GdkSurface *surface);
-
-GDK_AVAILABLE_IN_ALL
void gtk_root_set_focus (GtkRoot *self,
GtkWidget *focus);
GDK_AVAILABLE_IN_ALL