emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/window.h


From: Kim F. Storm
Subject: [Emacs-diffs] Changes to emacs/src/window.h
Date: Fri, 01 Mar 2002 17:36:09 -0500

Index: emacs/src/window.h
diff -c emacs/src/window.h:1.47 emacs/src/window.h:1.48
*** emacs/src/window.h:1.47     Thu Feb 28 17:09:52 2002
--- emacs/src/window.h  Fri Mar  1 17:36:09 2002
***************
*** 232,240 ****
      /* Where the cursor actually is.  */
      struct cursor_pos phys_cursor;
      
!     /* Cursor type last drawn on the window.  Used for X frames; -1
!        initially.  */
!     int phys_cursor_type;
  
      /* This is handy for undrawing the cursor.  */
      int phys_cursor_ascent, phys_cursor_height;
--- 232,240 ----
      /* Where the cursor actually is.  */
      struct cursor_pos phys_cursor;
      
!     /* Cursor type and width of last cursor drawn on the window.  
!        Used for X and w32 frames; -1 initially.  */
!     int phys_cursor_type, phys_cursor_width;
  
      /* This is handy for undrawing the cursor.  */
      int phys_cursor_ascent, phys_cursor_height;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]