gtk2/docs/reference
Benjamin Otte e62a4d8eea API: gdk: Remove ability to render window contents
The functions gdk_pixbuf_get_from_window() and
gdk_cairo_set_source_window() are unreliable and depend on the windowing
system (they work great on X11 and Win32, less so on Quartz and Wayland).

With the switch to new drawing API and OpenGL, we can definitely no
longer support a generic way to snapshot windows.

People should either write windowsystem-specific code or draw their
widgets directly - like with gtk_widget_draw() - if they need to get a
rendering.
2016-11-20 11:47:44 +01:00
..
gdk API: gdk: Remove ability to render window contents 2016-11-20 11:47:44 +01:00
gsk gsk: Remove gsk_render_node_get_scale_factor() 2016-11-01 16:32:26 +01:00
gtk Add some things to the sections file 2016-11-19 13:46:13 -05:00
Makefile.am gsk: Build docs 2016-10-18 11:49:13 +01:00