aboutsummaryrefslogtreecommitdiffstats
path: root/src/jalv.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/jalv.c')
-rw-r--r--src/jalv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jalv.c b/src/jalv.c
index 5f4e80a..7621e07 100644
--- a/src/jalv.c
+++ b/src/jalv.c
@@ -454,9 +454,9 @@ main(int argc, char** argv)
#ifdef HAVE_LV2_UI_RESIZE
ui_resize.data = &host;
+#endif
host.ui_width = -1;
host.ui_height = -1;
-#endif
sem_init(&exit_sem, 0, 0);
host.done = &exit_sem;