tangled
alpha
login
or
join now
jcs.org
/
shadowebkit
0
fork
atom
an experiment in making a cocoa webkit browser manageable under X11
0
fork
atom
overview
issues
pulls
pipelines
include -> import
jcs.org
14 years ago
ad1a2926
844b1dbc
+7
-7
3 changed files
expand all
collapse all
unified
split
WKWindow.m
X11Window.h
X11Window.m
+1
-1
WKWindow.m
···
2
2
#import "X11Window.h"
3
3
#import "NSString+HTML.h"
4
4
5
5
-
#include <Cocoa/Cocoa.h>
5
5
+
#import <Cocoa/Cocoa.h>
6
6
7
7
@implementation WKWindow
8
8
+1
-1
X11Window.h
···
1
1
#import <Foundation/Foundation.h>
2
2
-
#include <X11/Xlib.h>
2
2
+
#import <X11/Xlib.h>
3
3
4
4
@interface X11Window : NSObject
5
5
{
+5
-5
X11Window.m
···
1
1
-
#include <X11/Xlib.h>
2
2
-
#include <X11/Xutil.h>
1
1
+
#import <X11/Xlib.h>
2
2
+
#import <X11/Xutil.h>
3
3
4
4
-
#include <err.h>
5
5
-
#include <stdlib.h>
6
6
-
#include <stdio.h>
4
4
+
#import <err.h>
5
5
+
#import <stdlib.h>
6
6
+
#import <stdio.h>
7
7
8
8
/* sorry for this */
9
9
#import <Carbon/../Frameworks/HIToolbox.framework/Headers/Events.h>