aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.c
diff options
context:
space:
mode:
authorreuk <reuk@users.noreply.github.com>2021-07-30 14:14:47 +0100
committerDavid Robillard <d@drobilla.net>2023-01-11 18:54:27 -0500
commit28d75f7e20d49b5fe6b1d00a6088c84fc7c1f9ce (patch)
treefc38d5c904601834af2156ddb6df42cfeb34c744 /src/common.c
parent3acb303c68f702dce43631caad206c4b4e3ed563 (diff)
downloadpugl-28d75f7e20d49b5fe6b1d00a6088c84fc7c1f9ce.tar.gz
pugl-28d75f7e20d49b5fe6b1d00a6088c84fc7c1f9ce.tar.bz2
pugl-28d75f7e20d49b5fe6b1d00a6088c84fc7c1f9ce.zip
MacOS: Avoid calling sendEvent in modules
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c
index 20e844a..7113461 100644
--- a/src/common.c
+++ b/src/common.c
@@ -50,6 +50,7 @@ puglNewWorld(PuglWorldType type, PuglWorldFlags flags)
}
world->startTime = puglGetTime(world);
+ world->type = type;
puglSetString(&world->className, "Pugl");