diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-05-26 17:39:11 +0000 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-05-28 20:24:39 +0000 |
commit | f2447e06af674d2f32688f11b3f65223ac290e91 (patch) | |
tree | 591b76a416477dc35b092ffa65edb301372e7a9c /gtk/gtkrootprivate.h | |
parent | 5de06f47cf497bb6a6145c1ba1ac08add85e170e (diff) | |
download | gtk+-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/gtkrootprivate.h')
-rw-r--r-- | gtk/gtkrootprivate.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gtk/gtkrootprivate.h b/gtk/gtkrootprivate.h index 357bc6441f..ddf4fb01ef 100644 --- a/gtk/gtkrootprivate.h +++ b/gtk/gtkrootprivate.h @@ -5,12 +5,8 @@ G_BEGIN_DECLS -GdkDisplay * gtk_root_get_display (GtkRoot *root); -GskRenderer * gtk_root_get_renderer (GtkRoot *self); +GdkDisplay * gtk_root_get_display (GtkRoot *root); -void gtk_root_get_surface_transform (GtkRoot *self, - int *x, - int *y); enum { GTK_ROOT_PROP_FOCUS_WIDGET, GTK_ROOT_NUM_PROPERTIES |