mirror of
https://github.com/darlinghq/darling-cocotron.git
synced 2024-11-23 20:19:40 +00:00
Getting close to AppKit building
This commit is contained in:
parent
4b245db06f
commit
1f6c28210e
@ -296,7 +296,7 @@ set(AppKit_sources
|
||||
X11.subproj/KTFont_FT.m
|
||||
X11.subproj/O2Font_FT.m
|
||||
X11.subproj/CGLContext.m
|
||||
X11.subproj/NSOpenGLDrawable_X11.m
|
||||
# X11.subproj/NSOpenGLDrawable_X11.m
|
||||
X11.subproj/O2Context_cairo.m
|
||||
X11.subproj/X11Display.m
|
||||
X11.subproj/O2Context_builtin_FT.m
|
||||
|
1
AppKit/KTFont.h
Symbolic link
1
AppKit/KTFont.h
Symbolic link
@ -0,0 +1 @@
|
||||
../CoreText/KTFont.h
|
@ -11,6 +11,7 @@
|
||||
#import "X11Window.h"
|
||||
#import <AppKit/NSScreen.h>
|
||||
#import <AppKit/NSApplication.h>
|
||||
#import <Foundation/NSDebug.h>
|
||||
#import <Foundation/NSSelectInputSource.h>
|
||||
#import <Foundation/NSSocket_bsd.h>
|
||||
#import <AppKit/NSColor.h>
|
||||
@ -22,7 +23,7 @@
|
||||
#import <AppKit/NSFontTypeface.h>
|
||||
#import <AppKit/NSWindow.h>
|
||||
#import <fcntl.h>
|
||||
#import <fontconfig.h>
|
||||
#import <fontconfig/fontconfig.h>
|
||||
#import <X11/Xutil.h>
|
||||
|
||||
@implementation NSDisplay(X11)
|
||||
|
Loading…
Reference in New Issue
Block a user