]> Git Repo - qemu.git/commit
gtk: Don't vte_terminal_set_encoding() on new VTE versions
authorKevin Wolf <[email protected]>
Thu, 11 Oct 2018 15:30:39 +0000 (17:30 +0200)
committerGerd Hoffmann <[email protected]>
Fri, 12 Oct 2018 12:40:02 +0000 (14:40 +0200)
commit6415994ffcc6d22b3f5add67f63fe77e4b9711f4
treec1727baaec3756ecdbba65926823e4fe76b40716
parent75e50c80e051423a6f55a34ee4a1eec842444a5b
gtk: Don't vte_terminal_set_encoding() on new VTE versions

The function vte_terminal_set_encoding() is deprecated since VTE 0.54,
so stop calling it from that version on. This fixes a build error
because of our use of warning flags [-Werror=deprecated-declarations].

Fixes: https://bugs.launchpad.net/bugs/1794939
Reported-by: Bastian Koppelmann <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
Message-id: 20181011153039[email protected]
Signed-off-by: Gerd Hoffmann <[email protected]>
ui/gtk.c
This page took 0.024182 seconds and 4 git commands to generate.