]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.4815: cannot build with older GTK version v8.2.4815
authorErnie Rael <errael@raelity.com>
Sat, 23 Apr 2022 18:52:23 +0000 (19:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 23 Apr 2022 18:52:23 +0000 (19:52 +0100)
commitd42b83942e6741de2bb630ee17a2e9fcc03d6b43
tree65af0c40da7e1875ffe1923d9ba34e498fbb71cc
parent4a392d244018fadda375a490f4f4b921023248b9
patch 8.2.4815: cannot build with older GTK version

Problem:    Cannot build with older GTK version.
Solution:   Use gtk_window_get_size() instead of gdk_window_get_width() and
            gdk_window_get_height(). (Ernie Rael, closes #10257)
src/gui_gtk_x11.c
src/version.c