Added InitTSMAwareApplication to the Toolbox initialization sequence. Part of a set of check-ins to add TSM Input Method support on the Mac.
git-svn-id: svn://10.0.0.236/trunk@33103 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c128e3f98a
commit
22bf182e3b
@ -26,6 +26,7 @@
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <Quickdraw.h>
|
||||
#include <TextServices.h>
|
||||
|
||||
int strcmpcore(const char*, const char*, int, int);
|
||||
|
||||
@ -151,6 +152,7 @@ void InitializeMacToolbox(void)
|
||||
InitDialogs(0);
|
||||
InitCursor();
|
||||
InitContextualMenus();
|
||||
InitTSMAwareApplication();
|
||||
#endif
|
||||
#if DEBUG
|
||||
InitializeSIOUX(false);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user