Export to GitHub

blacktree-quicksilver - issue #302
Fix deprecated code in NDHotKeyEvent.m (diff attached)
Posted on Nov 6, 2009 by
Happy Horse
What steps will reproduce the problem? 1. The function "unicharForKeyCode" uses deprecated functions and will block 64 bit compiling on Snow Leopard.
Attached diff updates the function to support 10.5 and 10.6 without compiler warning, and should be compatible with 64bit if and when QS is ever ported to support that mode.
- NDHotKeyEvent.diff 5.42KB
Comment #1
Posted on Nov 6, 2009 by Happy Horse(No comment was entered for this change.)
Status: Fixed