gtk2/docs/reference
Benjamin Otte 052d0f6e60 gdk: Remove gdk_cairo_get_clip_rectangle()
The function is fundamentally broken for unbounded surfaces.
If a surface is unbounded, we cannot represent this as a
cairo_rectangle_int_t, and using the return value doesn't work because
it's already used for something else.

In GTK3, unbounded surfaces aren't a problem, but GTK4 uses recording
surfaces.

So better remove that function before we keep using it and using it
wrong.
2020-02-13 07:36:38 +01:00
..
gdk gdk: Remove gdk_cairo_get_clip_rectangle() 2020-02-13 07:36:38 +01:00
gsk gsk: Update docs sections 2020-02-08 19:40:56 -05:00
gtk Merge branch 'mainloop-cleanup' into 'master' 2020-02-10 14:32:09 +00:00
meson.build Add gtk-doc as a subproject 2020-01-29 09:39:21 +01:00