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

Diff of /emacs/src/window.h

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

revision 1.47 by kfstorm, Thu Feb 28 22:09:52 2002 UTC revision 1.48 by kfstorm, Fri Mar 1 22:36:09 2002 UTC
# Line 232  struct window Line 232  struct window
232      /* Where the cursor actually is.  */      /* Where the cursor actually is.  */
233      struct cursor_pos phys_cursor;      struct cursor_pos phys_cursor;
234            
235      /* Cursor type last drawn on the window.  Used for X frames; -1      /* Cursor type and width of last cursor drawn on the window.  
236         initially.  */         Used for X and w32 frames; -1 initially.  */
237      int phys_cursor_type;      int phys_cursor_type, phys_cursor_width;
238    
239      /* This is handy for undrawing the cursor.  */      /* This is handy for undrawing the cursor.  */
240      int phys_cursor_ascent, phys_cursor_height;      int phys_cursor_ascent, phys_cursor_height;

Legend:
Removed from v.1.47  
changed lines
  Added in v.1.48

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