Differences From Artifact [3bf42210f7]:
- File src/editing.mm — part of check-in [e7b5d33cad] at 2025-03-03 23:52:52 on branch trunk — Migrate more strings (user: js, size: 12904) [annotate] [blame] [check-ins using]
To Artifact [631eed4fb7]:
- File
src/editing.mm
— part of check-in
[f5b62f8203]
at
2025-03-04 23:03:58
on branch trunk
— Initial port to macOS
Doesn't work yet as SDL1 is broken on modern macOS. (user: js, size: 12911) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
10 11 12 13 14 15 16 | // the edge of the map block sel; OF_CONSTRUCTOR() { enqueueInit(^{ | | | 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | // the edge of the map block sel; OF_CONSTRUCTOR() { enqueueInit(^{ sel = (block){ variable(@"selx", 0, 0, 4096, &sel.x, NULL, false), variable(@"sely", 0, 0, 4096, &sel.y, NULL, false), variable(@"selxs", 0, 0, 4096, &sel.xs, NULL, false), variable(@"selys", 0, 0, 4096, &sel.ys, NULL, false), }; }); } |
︙ | ︙ |