diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-03-24 23:09:48 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-05-28 20:25:14 +0000 |
commit | 8ee1620a2c78ee71c21ad11d305b2f565027d66c (patch) | |
tree | 13fade6f8570fc6dfcb2b7d54a7eec0125260fa6 /docs | |
parent | 2ccd0dc8c69e1ae5649cb915db39ba9910be4207 (diff) | |
download | gtk+-8ee1620a2c78ee71c21ad11d305b2f565027d66c.tar.gz |
Remove gdk_surface_get_root_coords as public api
We still need to keep the vfunc around, since the
fallback implementation for move_to_rect uses it.
So, a GDK backend must either have root coordinates
or implement move_to_rect.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/gdk/gdk4-sections.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/reference/gdk/gdk4-sections.txt b/docs/reference/gdk/gdk4-sections.txt index 9fde1ae280..bdd16ba830 100644 --- a/docs/reference/gdk/gdk4-sections.txt +++ b/docs/reference/gdk/gdk4-sections.txt @@ -264,7 +264,6 @@ gdk_surface_get_position gdk_surface_get_root_origin gdk_surface_get_frame_extents gdk_surface_get_origin -gdk_surface_get_root_coords gdk_surface_get_device_position GdkModifierType GdkModifierIntent |