]> git.eshelyaron.com Git - emacs.git/commitdiff
(struct window): New member phys_cursor_width.
authorKim F. Storm <storm@cua.dk>
Fri, 1 Mar 2002 22:36:09 +0000 (22:36 +0000)
committerKim F. Storm <storm@cua.dk>
Fri, 1 Mar 2002 22:36:09 +0000 (22:36 +0000)
src/window.h

index aa27858c8698eb27d045d36ecd1dfb5b2b769129..6ae50390bc80498a6be691f6c5b1436c231bef1b 100644 (file)
@@ -232,9 +232,9 @@ struct window
     /* 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;
+    /* 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;