Changeset 4154

Show
Ignore:
Timestamp:
08/31/06 21:45:41 (2 years ago)
Author:
miyoshi
Message:

* xdisp.c (get_window_cursor_type): Remove Meadow specific codes.

* mw32term.h (x_highlight_frame): New macro.

Files:

Legend:

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

    r4153 r4154  
     12006-08-31  MIYOSHI Masanori  <miyoshi@meadowy.org> 
     2 
     3        * xdisp.c (get_window_cursor_type): Remove Meadow specific codes. 
     4 
     5        * mw32term.h (x_highlight_frame): New macro. 
     6 
    172006-08-31  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    28 
  • trunk/src/mw32term.h

    r4150 r4154  
    6060#define MW32_FRAME_CARET_HEIGHT(f) ((f)->output_data.mw32->cursor_height) 
    6161#define MW32_FRAME_CARET_BITMAP(f) ((f)->output_data.mw32->caret_bitmap) 
     62 
     63#define x_highlight_frame mw32_highlight_frame 
    6264 
    6365/* Structure recording MW32 image and reference count. 
  • trunk/src/xdisp.c

    r4153 r4154  
    2131021310  else if (w != XWINDOW (f->selected_window) 
    2131121311#ifdef HAVE_WINDOW_SYSTEM 
    21312 #ifdef MEADOW 
    21313            || f != FRAME_X_DISPLAY_INFO (f)->mw32_highlight_frame 
    21314 #else /* not MEADOW */ 
    2131521312           || f != FRAME_X_DISPLAY_INFO (f)->x_highlight_frame 
    21316 #endif /* not MEADOW */ 
    2131721313#endif 
    2131821314           )