commit | 4c99e622ddd1cc0527262fda3b93e8e70f017371 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Jul 04 19:58:17 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Jul 04 19:58:17 2022 +0100 |
tree | 33f3e2e67bcd3e156f80ebbee3f902da2a6ae0cb | |
parent | 5ed26faace574f6b36744f9e17075d7e806aa877 [diff] [blame] |
patch 9.0.0039: not all systems have GDK_KEY_dead_circumflex Problem: Not all systems have GDK_KEY_dead_circumflex. (Hisashi T Fujinaka) Solution: Add an #ifdef.
diff --git a/src/version.c b/src/version.c index 8ddbdda..b2c63c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -736,6 +736,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 39, +/**/ 38, /**/ 37,