This repository has been archived by the owner. It is now read-only.
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
8259939: Remove JNF_COCOA_ENTER/EXIT usage from Lanai project
- Loading branch information
Showing
with
11 additions
and 11 deletions.
- +1 −1 src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/MTLGraphicsConfig.h
- +2 −2 src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/MTLGraphicsConfig.m
- +4 −4 src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/MTLLayer.m
- +4 −4 src/java.desktop/macosx/native/libawt_lwawt/java2d/metal/MTLSurfaceData.m
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -26,7 +26,7 @@ | ||
#ifndef MTLGraphicsConfig_h_Included | ||
#define MTLGraphicsConfig_h_Included | ||
|
||
#import "JNIUtilities.h" | ||
#import "MTLSurfaceDataBase.h" | ||
#import "MTLContext.h" | ||
#import <Cocoa/Cocoa.h> | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters