Initial port to macOS
Doesn't work yet as SDL1 is broken on modern macOS. FossilOrigin-Name: f5b62f82030659a511f4add8212857fca598c6cef86a3238705eb60e35011631
This commit is contained in:
parent
9782fa9b54
commit
c3cd8d4fac
6 changed files with 26 additions and 13 deletions
|
@ -14,7 +14,7 @@ block sel;
|
|||
OF_CONSTRUCTOR()
|
||||
{
|
||||
enqueueInit(^{
|
||||
sel = {
|
||||
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),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue