diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2025-01-16 03:38:24 +0100 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2025-01-16 03:38:24 +0100 |
commit | 725662a623ac36d44d2b44c568d8dd6c3eeeeca1 (patch) | |
tree | 50afdc84553f44ab0dc7dff425752e87f0a5e661 /examples/julia_set.c | |
parent | c6c72f54ea7f25defa7d39216f7713c46b873362 (diff) | |
download | reduced_system_layer-725662a623ac36d44d2b44c568d8dd6c3eeeeca1.zip |
Drag and drop impl on X11 (not tested)
Diffstat (limited to 'examples/julia_set.c')
-rw-r--r-- | examples/julia_set.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/julia_set.c b/examples/julia_set.c index e50a246..c7f7e9b 100644 --- a/examples/julia_set.c +++ b/examples/julia_set.c @@ -83,6 +83,7 @@ i32 main(i32 argc, c8 **argv) { g_platform = (Platform) { .title = "Julia Set", + .pixel_size = 1, .exact_resolution = 1, }; |