Changeset 4185

Show
Ignore:
Timestamp:
01/08/07 20:22:07 (2 years ago)
Author:
miyoshi
Message:

(set_window_buffer): Don't call clear_mouse_face() for
MSVC. This is just a hack and should be removed.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/ChangeLog.Meadow

    r4184 r4185  
     12007-01-08  MIYOSHI Masanori  <miyoshi@meadowy.org> 
     2 
     3        * window.c (set_window_buffer): Don't call clear_mouse_face() for 
     4        MSVC.  This is just a hack and should be removed. 
     5 
    162007-01-08  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    27 
  • trunk/src/window.c

    r4184 r4185  
    33793379    } 
    33803380 
     3381/* This is a hack for MSVC and should be removed.  MSVC causes an 
     3382   invalid `dpyinfo'.  MIYOSHI */ 
     3383#if defined(MEADOW) && !defined(_MSC_VER) 
    33813384#ifdef HAVE_WINDOW_SYSTEM 
    33823385  BLOCK_INPUT; 
     
    33863389    clear_mouse_face (dpyinfo); 
    33873390  UNBLOCK_INPUT; 
     3391#endif 
    33883392#endif 
    33893393