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/particles.c | |
parent | c6c72f54ea7f25defa7d39216f7713c46b873362 (diff) | |
download | reduced_system_layer-725662a623ac36d44d2b44c568d8dd6c3eeeeca1.zip |
Drag and drop impl on X11 (not tested)
Diffstat (limited to 'examples/particles.c')
-rw-r--r-- | examples/particles.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/particles.c b/examples/particles.c index 130b5bf..894fee0 100644 --- a/examples/particles.c +++ b/examples/particles.c @@ -118,6 +118,7 @@ i32 main(i32 argc, c8 **argv) { g_platform = (Platform) { .title = "Particles", + .pixel_size = 1, .exact_resolution = 1, }; |