8b9a1c
To: vim_dev@googlegroups.com
8b9a1c
Subject: Patch 7.4.035
8b9a1c
Fcc: outbox
8b9a1c
From: Bram Moolenaar <Bram@moolenaar.net>
8b9a1c
Mime-Version: 1.0
8b9a1c
Content-Type: text/plain; charset=UTF-8
8b9a1c
Content-Transfer-Encoding: 8bit
8b9a1c
------------
8b9a1c
8b9a1c
Patch 7.4.035
8b9a1c
Problem:    MS-Windows: The mouse pointer flickers when going from command
8b9a1c
	    line mode to Normal mode.
8b9a1c
Solution:   Check for WM_NCMOUSEMOVE. (Ken Takata)
8b9a1c
Files:	    src/gui_w48.c
8b9a1c
8b9a1c
8b9a1c
*** ../vim-7.4.034/src/gui_w48.c	2013-08-10 13:36:45.000000000 +0200
8b9a1c
--- src/gui_w48.c	2013-09-22 15:41:56.000000000 +0200
8b9a1c
***************
8b9a1c
*** 1008,1014 ****
8b9a1c
      static LPARAM last_lParam = 0L;
8b9a1c
  
8b9a1c
      /* We sometimes get a mousemove when the mouse didn't move... */
8b9a1c
!     if (uMsg == WM_MOUSEMOVE)
8b9a1c
      {
8b9a1c
  	if (lParam == last_lParam)
8b9a1c
  	    return;
8b9a1c
--- 1008,1014 ----
8b9a1c
      static LPARAM last_lParam = 0L;
8b9a1c
  
8b9a1c
      /* We sometimes get a mousemove when the mouse didn't move... */
8b9a1c
!     if (uMsg == WM_MOUSEMOVE || uMsg == WM_NCMOUSEMOVE)
8b9a1c
      {
8b9a1c
  	if (lParam == last_lParam)
8b9a1c
  	    return;
8b9a1c
*** ../vim-7.4.034/src/version.c	2013-09-22 15:23:38.000000000 +0200
8b9a1c
--- src/version.c	2013-09-22 15:41:29.000000000 +0200
8b9a1c
***************
8b9a1c
*** 740,741 ****
8b9a1c
--- 740,743 ----
8b9a1c
  {   /* Add new patch number below this line */
8b9a1c
+ /**/
8b9a1c
+     35,
8b9a1c
  /**/
8b9a1c
8b9a1c
-- 
8b9a1c
hundred-and-one symptoms of being an internet addict:
8b9a1c
251. You've never seen your closest friends who usually live WAY too far away.
8b9a1c
8b9a1c
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
8b9a1c
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
8b9a1c
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
8b9a1c
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///