commit | e78c206856b35172196a171b9f5c6b2f66bda393 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 15:56:27 2011 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Aug 10 15:56:27 2011 +0200 |
tree | a455782ee785bc816c3355c37ed92867c0ca386e | |
parent | 8a20b0f25ebe3baae2044c5a6650b376e6971835 [diff] [blame] |
updated for version 7.3.275 Problem: MS-Windows: When using a black background some screen updates cause the window to flicker. Solution: Add WS_CLIPCHILDREN to CreateWindow(). (René Aguirre)
diff --git a/src/version.c b/src/version.c index 8ae028c..1d8b410 100644 --- a/src/version.c +++ b/src/version.c
@@ -710,6 +710,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 275, +/**/ 274, /**/ 273,