From 81f7c65c0a300131d2643359aab3943add8b5c77 Mon Sep 17 00:00:00 2001
From: Lars Luthman
Date: Sat, 26 Mar 2011 21:23:23 +0000
Subject: Workaround for ui.h collision
---
ext/ui.lv2/ui.ttl | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/ext/ui.lv2/ui.ttl b/ext/ui.lv2/ui.ttl
index b5471cc..3839f38 100644
--- a/ext/ui.lv2/ui.ttl
+++ b/ext/ui.lv2/ui.ttl
@@ -87,8 +87,9 @@ plugin implementation do not have to be the same. There are many valid reasons
for having the plugin and the UI in different processes, or even on different
machines. This means that you can not use singletons and global
variables and expect them to refer to the same objects in the UI and the actual
-plugin. The function callback interface defined in the header ui.h is all you
-can expect to work.
+plugin. The function callback interface defined in the header
+ui.h is
+all you can expect to work.
""".
##############
@@ -129,7 +130,8 @@ doesn't support all of its required features, and an UI MUST fail to
instantiate if the host doesn't pass all required features to instantiate().
-For details about the C API used to load UIs, see the file ui.h.
+
For details about the C API used to load UIs, see the file
+ui.h.
""" .
--
cgit v1.2.1