< prev index next >

modules/javafx.graphics/src/main/native-glass/mac/GlassApplication.m

Print this page
rev 10048 : 8166564: @native for mac builds
Reviewed-by: kcr


   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 #import "common.h"
  27 #import "com_sun_glass_ui_Application.h"
  28 #import "com_sun_glass_ui_mac_MacApplication.h"
  29 #import "com_sun_glass_events_KeyEvent.h"
  30 
  31 
  32 #import "GlassMacros.h"
  33 #import "GlassApplication.h"
  34 #import "GlassHelper.h"
  35 #import "GlassKey.h"
  36 #import "GlassScreen.h"
  37 #import "GlassWindow.h"
  38 #import "GlassTouches.h"
  39 #import "RemoteLayerSupport.h"
  40 
  41 #import "ProcessInfo.h"
  42 #import <Security/SecRequirement.h>
  43 
  44 //#define VERBOSE
  45 #ifndef VERBOSE
  46     #define LOG(MSG, ...)
  47 #else




   7  * published by the Free Software Foundation.  Oracle designates this
   8  * particular file as subject to the "Classpath" exception as provided
   9  * by Oracle in the LICENSE file that accompanied this code.
  10  *
  11  * This code is distributed in the hope that it will be useful, but WITHOUT
  12  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  13  * FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  14  * version 2 for more details (a copy is included in the LICENSE file that
  15  * accompanied this code).
  16  *
  17  * You should have received a copy of the GNU General Public License version
  18  * 2 along with this work; if not, write to the Free Software Foundation,
  19  * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20  *
  21  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22  * or visit www.oracle.com if you need additional information or have any
  23  * questions.
  24  */
  25 
  26 #import "common.h"

  27 #import "com_sun_glass_ui_mac_MacApplication.h"
  28 #import "com_sun_glass_events_KeyEvent.h"
  29 
  30 
  31 #import "GlassMacros.h"
  32 #import "GlassApplication.h"
  33 #import "GlassHelper.h"
  34 #import "GlassKey.h"
  35 #import "GlassScreen.h"
  36 #import "GlassWindow.h"
  37 #import "GlassTouches.h"
  38 #import "RemoteLayerSupport.h"
  39 
  40 #import "ProcessInfo.h"
  41 #import <Security/SecRequirement.h>
  42 
  43 //#define VERBOSE
  44 #ifndef VERBOSE
  45     #define LOG(MSG, ...)
  46 #else


< prev index next >