On 09/28/22 14:06, Laszlo Ersek wrote:
Remove GTK3 compat code that is not needed on RHEL7+. Incorporate
suggestions from Rich and Daniel in the subthread at
<
https://listman.redhat.com/archives/libguestfs/2022-September/029940.html>.
Do not remove "gui-gtk3-compat.h" altogether; I expect we may have to
add in new compat stuff in the future, and having to redo the
infrastructure for that is not a great prospect.
Laszlo
Laszlo Ersek (2):
require GLIB2 >= 2.56 and GTK3 >= 3.22; enhance API compatibility
remove old GLIB2 / GTK3 compat code
Makefile.am | 4 ++
docs/p2v-building.pod | 6 +-
gui-gtk3-compat.h | 46 -------------
gui.c | 69 ++------------------
m4/p2v-libraries.m4 | 5 +-
5 files changed, 16 insertions(+), 114 deletions(-)
Commit range 94f1f9df1994..c213ae00a337.
Thanks!
Laszlo