summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMitya Selivanov <automainint@guattari.tech>2025-01-16 03:38:24 +0100
committerMitya Selivanov <automainint@guattari.tech>2025-01-16 03:38:24 +0100
commit725662a623ac36d44d2b44c568d8dd6c3eeeeca1 (patch)
tree50afdc84553f44ab0dc7dff425752e87f0a5e661 /examples
parentc6c72f54ea7f25defa7d39216f7713c46b873362 (diff)
downloadreduced_system_layer-725662a623ac36d44d2b44c568d8dd6c3eeeeca1.zip
Drag and drop impl on X11 (not tested)
Diffstat (limited to 'examples')
-rw-r--r--examples/julia_set.c1
-rw-r--r--examples/particles.c1
2 files changed, 2 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,
};
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,
};