/[svn]/gigedit/trunk/src/gigedit/MacHelper.mm
ViewVC logotype

Diff of /gigedit/trunk/src/gigedit/MacHelper.mm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3257 by schoenebeck, Mon Jan 2 22:13:01 2017 UTC revision 3258 by schoenebeck, Tue May 30 20:17:12 2017 UTC
# Line 54  void macHelperRunCFuncOnMainThread(void Line 54  void macHelperRunCFuncOnMainThread(void
54      #endif      #endif
55  }  }
56    
57    void macRaiseAppWindow() {
58        [NSApp activateIgnoringOtherApps:YES];
59    }
60    
61  #if defined(__cplusplus)  #if defined(__cplusplus)
62  }  }
63  #endif // __cplusplus  #endif // __cplusplus

Legend:
Removed from v.3257  
changed lines
  Added in v.3258

  ViewVC Help
Powered by ViewVC