summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwolfsuit <wolfsuit>2003-02-11 07:26:18 (GMT)
committerwolfsuit <wolfsuit>2003-02-11 07:26:18 (GMT)
commit7e1886554eaaffb141641625bb597ff69c58d6b7 (patch)
tree6701c6c6a9b18325b6545d5bbfca5895d52d6af9 /ChangeLog
parentc059cbbeeb14132e2490fcab534919dacb4f764e (diff)
downloadtk-7e1886554eaaffb141641625bb597ff69c58d6b7.zip
tk-7e1886554eaaffb141641625bb597ff69c58d6b7.tar.gz
tk-7e1886554eaaffb141641625bb597ff69c58d6b7.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--ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c1d4638..bc49e78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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