зеркало из https://github.com/mozilla/gecko-dev.git
Added InitTSMAwareApplication to the Toolbox initialization sequence. Part of a set of check-ins to add TSM Input Method support on the Mac.
This commit is contained in:
Родитель
649420ff88
Коммит
447f1926ad
|
@ -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);
|
||||
|
|
Загрузка…
Ссылка в новой задаче