diff options
author | wolfsuit <wolfsuit> | 2003-02-11 07:26:18 (GMT) |
---|---|---|
committer | wolfsuit <wolfsuit> | 2003-02-11 07:26:18 (GMT) |
commit | 7fc2926285df3c97b054e2bf36a858f7751ff964 (patch) | |
tree | 6701c6c6a9b18325b6545d5bbfca5895d52d6af9 /ChangeLog | |
parent | 25d3ee324dfff2a35a4b47fac203ed676e04c55d (diff) | |
download | tk-7fc2926285df3c97b054e2bf36a858f7751ff964.zip tk-7fc2926285df3c97b054e2bf36a858f7751ff964.tar.gz tk-7fc2926285df3c97b054e2bf36a858f7751ff964.tar.bz2 |
2003-02-10 Jim Ingham <jingham@apple.com>
* macosx/tkMacOSXCursor.c (TkMacOSXInstallCursor): Set all theme
cursors using SetThemeCursor or SetAnimatedThemeCursors.
(TkGetCursorByName): Use the theme cursors for arrow, ibeam, etc.
Allow animatedCursor{NUM} form for an animated cursor with count.
(TkpSetCursor): Don't reset the cursor if there is no change.
* macosx/tkMacOSXMouseEvent.c (GeneratePollingEvents): Don't
directly call TkMacOSXInstallCursor, it gets called by the call
to Tk_UpdatePointer immediately above.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3,7 +3,12 @@ * macosx/tkMacOSXCursor.c (TkMacOSXInstallCursor): Set all theme cursors using SetThemeCursor or SetAnimatedThemeCursors. (TkGetCursorByName): Use the theme cursors for arrow, ibeam, etc. - + Allow animatedCursor{NUM} form for an animated cursor with count. + (TkpSetCursor): Don't reset the cursor if there is no change. + * macosx/tkMacOSXMouseEvent.c (GeneratePollingEvents): Don't + directly call TkMacOSXInstallCursor, it gets called by the call + to Tk_UpdatePointer immediately above. + 2003-02-05 Fred Fish <fnf@intrinsity.com> * macosx/tkMacOSXWm.c (Tk_SetGrid): Fix precedence problem with |