diff options
author | Benjamin Otte <otte@redhat.com> | 2016-10-06 16:02:39 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | 662001b60adc6171ff8351e2146c6fa1ba383f75 (patch) | |
tree | 8065a6ea7fbc29e5e4202c16eadb74feeea58d46 /gtk/gtk.h | |
parent | 380494c1d7a154e19af362756b1aaef490c60aaa (diff) | |
download | gtk+-662001b60adc6171ff8351e2146c6fa1ba383f75.tar.gz |
API: Remove ability to set visuals on windows
And with it, gtk_widget_get_visual() and gtk_widget_set_visual() are
gone.
We now always use the RGBA visual (if available) and otherwise fall back
to the system visual.
Diffstat (limited to 'gtk/gtk.h')
-rw-r--r-- | gtk/gtk.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -253,7 +253,6 @@ #include <gtk/deprecated/gtkcolorseldialog.h> #include <gtk/deprecated/gtkfontsel.h> #include <gtk/deprecated/gtkgradient.h> -#include <gtk/deprecated/gtkhandlebox.h> #include <gtk/deprecated/gtkhbbox.h> #include <gtk/deprecated/gtkhpaned.h> #include <gtk/deprecated/gtkhsv.h> |