diff options
author | mdejong <mdejong> | 2003-12-26 20:46:03 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2003-12-26 20:46:03 (GMT) |
commit | 27f3695532a8ecf6d52803e8ef8dd81c319677b0 (patch) | |
tree | 5641abd4a3e83d18cda7421e5575070556e6de16 /ChangeLog | |
parent | d0cc770ddd6d60de01f58e7de080fffd2f051cd5 (diff) | |
download | tk-27f3695532a8ecf6d52803e8ef8dd81c319677b0.zip tk-27f3695532a8ecf6d52803e8ef8dd81c319677b0.tar.gz tk-27f3695532a8ecf6d52803e8ef8dd81c319677b0.tar.bz2 |
* win/tkWinMenu.c (DrawMenuEntryAccelerator,
DrawMenuEntryArrow): Move the unused menu
arrow drawing code in DrawMenuEntryAccelerator
into a new function named DrawMenuEntryArrow.
This makes no functional change but it will
make it easier to fix things in the future.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2003-12-26 Mo DeJong <mdejong@users.sourceforge.net> + + * win/tkWinMenu.c (DrawMenuEntryAccelerator, + DrawMenuEntryArrow): Move the unused menu + arrow drawing code in DrawMenuEntryAccelerator + into a new function named DrawMenuEntryArrow. + This makes no functional change but it will + make it easier to fix things in the future. + 2003-12-25 Mo DeJong <mdejong@users.sourceforge.net> * win/tkWin32Dll.c (DllMain): Add HAVE_NO_SEH |