diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-03-23 08:36:25 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-05-28 20:25:13 +0000 |
commit | 90e86b351d03cdbe57505c1699fda75c8232a9d0 (patch) | |
tree | 2f1d7e11d90cdb4cab7ecaccf8ce256e272f1447 /gdk/gdkinternals.h | |
parent | 989792cbc037f48a0200ce45bfad88c61c1ba021 (diff) | |
download | gtk+-90e86b351d03cdbe57505c1699fda75c8232a9d0.tar.gz |
surface: minor cleanup
Make gdk_surface_new fully private, and reduce the use
of GdkSurfaceAttr.
Diffstat (limited to 'gdk/gdkinternals.h')
-rw-r--r-- | gdk/gdkinternals.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdk/gdkinternals.h b/gdk/gdkinternals.h index 7b8abb1971..dbf56a541c 100644 --- a/gdk/gdkinternals.h +++ b/gdk/gdkinternals.h @@ -278,9 +278,6 @@ cairo_region_t *gdk_cairo_region_from_clip (cairo_t *cr); * Interfaces used by windowing code * *************************************/ -GdkSurface* gdk_surface_new (GdkDisplay *display, - GdkSurface *parent, - GdkSurfaceAttr *attributes); void _gdk_surface_destroy (GdkSurface *surface, gboolean foreign_destroy); void gdk_surface_invalidate_rect (GdkSurface *surface, |