]> gitweb.michael.orlitzky.com - xfce4-hdaps.git/commit
panel-plugin: replace XFCE_HVBOX with new GtkBox API.
authorMichael Orlitzky <michael@orlitzky.com>
Wed, 23 Oct 2019 02:28:46 +0000 (22:28 -0400)
committerMichael Orlitzky <michael@orlitzky.com>
Thu, 24 Oct 2019 13:26:49 +0000 (09:26 -0400)
commitc6fbeea01e8de4fedf99ea8f533991277d2c8eb7
tree9734e98fc43e0cea4d527e99cd8ca7886c1260bf
parent3ebc615989944f6e1a484741a2179123cf450b8c
panel-plugin: replace XFCE_HVBOX with new GtkBox API.

The XFCE_HVBOX stuff is gone in the new version of the panel library
because its functionality has been superseded by GtkBox in gtk+-3.x.
First we drop the header include for libxfce4panel/xfce-hvbox.h that no
longer exists, and then we change xfce_hvbox_new() to gtk_box_new() and
xfce_hvbox_set_orientation() to gtk_orientable_set_orientation().
panel-plugin/xfce4-hdaps.c
panel-plugin/xfce4-hdaps.h