/[emacs]/emacs/src/xterm.h
ViewVC logotype

Diff of /emacs/src/xterm.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.134 by handa, Wed Aug 14 00:59:15 2002 UTC revision 1.135 by rms, Tue Aug 27 18:41:51 2002 UTC
# Line 521  struct x_output Line 521  struct x_output
521    /* Width of bar cursor (if we are using that).  */    /* Width of bar cursor (if we are using that).  */
522    int cursor_width;    int cursor_width;
523    
524      /* What kind of text cursor should we draw when the cursor blinks off?
525         This can be filled_box_cursor or bar_cursor or no_cursor.  */
526      enum text_cursor_kinds blink_off_cursor;
527    
528      /* Width of bar cursor (if we are using that) for blink-off state.  */
529      int blink_off_cursor_width;
530    
531    /* These are the current window manager hints.  It seems that    /* These are the current window manager hints.  It seems that
532       XSetWMHints, when presented with an unset bit in the `flags'       XSetWMHints, when presented with an unset bit in the `flags'
533       member of the hints structure, does not leave the corresponding       member of the hints structure, does not leave the corresponding
# Line 695  enum Line 702  enum
702  #define PIXEL_HEIGHT(f) ((f)->output_data.x->pixel_height)  #define PIXEL_HEIGHT(f) ((f)->output_data.x->pixel_height)
703    
704  #define FRAME_DESIRED_CURSOR(f) ((f)->output_data.x->desired_cursor)  #define FRAME_DESIRED_CURSOR(f) ((f)->output_data.x->desired_cursor)
705    #define FRAME_BLINK_OFF_CURSOR(f) ((f)->output_data.x->blink_off_cursor)
706  #define FRAME_CURSOR_WIDTH(f) ((f)->output_data.x->cursor_width)  #define FRAME_CURSOR_WIDTH(f) ((f)->output_data.x->cursor_width)
707    #define FRAME_BLINK_OFF_CURSOR_WIDTH(f) ((f)->output_data.x->blink_off_cursor_width)
708    
709  #define FRAME_XIC(f) ((f)->output_data.x->xic)  #define FRAME_XIC(f) ((f)->output_data.x->xic)
710  #define FRAME_X_XIM(f) (FRAME_X_DISPLAY_INFO (f)->xim)  #define FRAME_X_XIM(f) (FRAME_X_DISPLAY_INFO (f)->xim)

Legend:
Removed from v.1.134  
changed lines
  Added in v.1.135

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26