commit | f80663f17b2f2499b45eb4467088704c8298c385 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Apr 05 21:56:06 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Apr 05 21:56:06 2016 +0200 |
tree | aa626a6a5df94f38ee683a17cb66e36f32f1b10b | |
parent | 49b27326447d0827c59c6cd201d58f65c1163086 [diff] [blame] |
patch 7.4.1713 Problem: GTK GUI doesn't work on Wayland. Solution: Specify that only the X11 backend is allowed. (Simon McVittie)
diff --git a/src/version.c b/src/version.c index 91f02a5..f22af28 100644 --- a/src/version.c +++ b/src/version.c
@@ -749,6 +749,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1713, +/**/ 1712, /**/ 1711,