commit | fffd5560c6c8840be3233ef1c8da3c9e5dd424ea | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Feb 20 18:44:39 2016 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Feb 20 18:44:39 2016 +0100 |
tree | 6422a86a2a1b6ba8a845de9bb77942130aa564b4 | |
parent | ddbe7d26b10c4374f406b807ae161826cf2096e1 [diff] [blame] |
patch 7.4.1371 Problem: X11 GUI callbacks don't specify the part of the channel. Solution: Pass the fd instead of the channel ID.
diff --git a/src/version.c b/src/version.c index 598d430..b39ac60 100644 --- a/src/version.c +++ b/src/version.c
@@ -748,6 +748,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1371, +/**/ 1370, /**/ 1369,