Skip to content

Instantly share code, notes, and snippets.

@jontelang
Created July 8, 2014 17:32
Show Gist options
  • Save jontelang/944ccac14241abee0d62 to your computer and use it in GitHub Desktop.
Save jontelang/944ccac14241abee0d62 to your computer and use it in GitHub Desktop.
static void sFSSwitchPanelSwitchStateChangedNotification(){
[ITWindow syncTextColors];
}
%ctor
{
ITListenerObject = [[InstaTogglesListenerObject alloc] init];
[[LAActivator sharedInstance] registerListener:ITListenerObject forName:@"com.jontelang.instatoggles"];
CFNotificationCenterAddObserver(CFNotificationCenterGetDarwinNotifyCenter(), NULL, (CFNotificationCallback)sFSSwitchPanelSwitchStateChangedNotification, (CFStringRef)FSSwitchPanelSwitchStateChangedNotification, NULL, CFNotificationSuspensionBehaviorCoalesce);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment