Add comment

This commit is contained in:
Bjorn Winckler
2009-01-07 20:16:01 +01:00
parent 87e4ef758b
commit 354968a9b9
+3
View File
@@ -561,6 +561,9 @@ fsEventCallback(ConstFSEventStreamRef streamRef,
// connection).
[connection invalidate];
// Deactivate the font we loaded from the app bundle.
// NOTE: This can take quite a while (~500 ms), so termination will be
// noticeably faster if loading of the default font is disabled.
if (fontContainerRef) {
ATSFontDeactivate(fontContainerRef, NULL, kATSOptionFlagsDefault);
fontContainerRef = 0;