diff options
author | David Robillard <d@drobilla.net> | 2011-02-24 09:00:54 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-02-24 09:00:54 +0000 |
commit | 128b9ee5107c4d9b3d963bef8de016c08c6d74c6 (patch) | |
tree | 04e4681bca52e4e5fb161d12cf65dac84c699bd8 /src/gui/wscript | |
parent | 5e65983c5f9944d4df7a017e215d1934c356de84 (diff) | |
download | ingen-128b9ee5107c4d9b3d963bef8de016c08c6d74c6.tar.gz ingen-128b9ee5107c4d9b3d963bef8de016c08c6d74c6.tar.bz2 ingen-128b9ee5107c4d9b3d963bef8de016c08c6d74c6.zip |
Make Suil exclusively deal with instantiating (not choosing) UIs.
Add slv2_ui_instance_new as a replacement for slv2_ui_instantiate
(now deprecated), which supports cross-toolkit embedding by taking an
additional widget type pointer.
Remove direct Suil dependency from Ingen.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3022 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/wscript')
-rw-r--r-- | src/gui/wscript | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui/wscript b/src/gui/wscript index db9eed38..8e6bf344 100644 --- a/src/gui/wscript +++ b/src/gui/wscript @@ -62,7 +62,6 @@ def build(bld): SIGCPP LV2CORE SLV2 - SUIL SOUP ''') |