From 7e913f913ffe6ea9b7699751d48caf957c267cd0 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Fri, 1 Mar 2002 22:36:09 +0000 Subject: [PATCH] (struct window): New member phys_cursor_width. --- src/window.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/window.h b/src/window.h index aa27858c869..6ae50390bc8 100644 --- a/src/window.h +++ b/src/window.h @@ -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; -- 2.39.5