diff options
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Tk/pTk/tixGrid.h')
-rw-r--r-- | Master/tlpkg/tlperl/lib/Tk/pTk/tixGrid.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/tlperl/lib/Tk/pTk/tixGrid.h b/Master/tlpkg/tlperl/lib/Tk/pTk/tixGrid.h index b1733b64e18..90cee98909b 100644 --- a/Master/tlpkg/tlperl/lib/Tk/pTk/tixGrid.h +++ b/Master/tlpkg/tlperl/lib/Tk/pTk/tixGrid.h @@ -244,7 +244,7 @@ typedef struct GridStruct { TixFont font; /* Default font used by the DItems. */ /* Text drawing */ - Cursor cursor; /* Current cursor for window, or None. */ + Tk_Cursor cursor; /* Current cursor for window, or None. */ /* For highlights */ int highlightWidth; /* Width in pixels of highlight to draw |