File tree 7 files changed +54
-0
lines changed
7 files changed +54
-0
lines changed File renamed without changes.
Original file line number Diff line number Diff line change
1
+ // Copyright 2013 The Servo Project Developers. See the COPYRIGHT
2
+ // file at the top-level directory of this distribution.
3
+ //
4
+ // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
5
+ // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6
+ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
7
+ // option. This file may not be copied, modified, or distributed
8
+ // except according to those terms.
9
+
1
10
use base:: objc;
2
11
use base;
3
12
Original file line number Diff line number Diff line change
1
+ // Copyright 2013 The Servo Project Developers. See the COPYRIGHT
2
+ // file at the top-level directory of this distribution.
3
+ //
4
+ // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
5
+ // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6
+ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
7
+ // option. This file may not be copied, modified, or distributed
8
+ // except according to those terms.
9
+
1
10
pub type id = libc:: intptr_t ;
2
11
pub type Class = libc:: intptr_t ;
3
12
pub type IMP = * u8 ;
Original file line number Diff line number Diff line change
1
+ // Copyright 2013 The Servo Project Developers. See the COPYRIGHT
2
+ // file at the top-level directory of this distribution.
3
+ //
4
+ // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
5
+ // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6
+ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
7
+ // option. This file may not be copied, modified, or distributed
8
+ // except according to those terms.
9
+
1
10
#[link(name = "cocoa",
2
11
vers = "0.1",
3
12
uuid = "5b7b7262-780d-465d-892c-15eab956dedc",
Original file line number Diff line number Diff line change
1
+ // Copyright 2013 The Servo Project Developers. See the COPYRIGHT
2
+ // file at the top-level directory of this distribution.
3
+ //
4
+ // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
5
+ // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6
+ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
7
+ // option. This file may not be copied, modified, or distributed
8
+ // except according to those terms.
9
+
1
10
2
11
fn msgSend1Id ( theReceiver : base:: id , theSelector : base:: SEL , id : base:: id ) {
3
12
msgsend:: msgSend1IdHACK ( theReceiver, theSelector, id) ;
Original file line number Diff line number Diff line change
1
+ // Copyright 2013 The Servo Project Developers. See the COPYRIGHT
2
+ // file at the top-level directory of this distribution.
3
+ //
4
+ // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
5
+ // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6
+ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
7
+ // option. This file may not be copied, modified, or distributed
8
+ // except according to those terms.
9
+
1
10
use base:: objc;
2
11
use base;
3
12
Original file line number Diff line number Diff line change
1
+ // Copyright 2013 The Servo Project Developers. See the COPYRIGHT
2
+ // file at the top-level directory of this distribution.
3
+ //
4
+ // Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
5
+ // http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
6
+ // <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
7
+ // option. This file may not be copied, modified, or distributed
8
+ // except according to those terms.
9
+
1
10
#include <stdint.h>
2
11
#include <objc/message.h>
3
12
You can’t perform that action at this time.
0 commit comments