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

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

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

revision 3257 by schoenebeck, Sun Sep 15 18:16:21 2013 UTC revision 3258 by schoenebeck, Tue May 30 20:17:12 2017 UTC
# Line 1  Line 1 
1  /*  /*
2      Copyright (c) 2013 Christian Schoenebeck      Copyright (c) 2013 - 2017 Christian Schoenebeck
3            
4      This file is part of "gigedit" and released under the terms of the      This file is part of "gigedit" and released under the terms of the
5      GNU General Public License version 2.      GNU General Public License version 2.
# Line 24  extern "C" { Line 24  extern "C" {
24   */   */
25  void macHelperRunCFuncOnMainThread(void (*fn)(void* info), void* info);  void macHelperRunCFuncOnMainThread(void (*fn)(void* info), void* info);
26    
27    /**
28     * Calling this function ensures that the app windows really becomes visible
29     * in front of all other windows if the window is raised.
30     */
31    void macRaiseAppWindow();
32    
33  #if defined(__cplusplus)  #if defined(__cplusplus)
34  }  }
35  #endif // __cplusplus  #endif // __cplusplus

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

  ViewVC Help
Powered by ViewVC