mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 23:05:04 +01:00
rename all GTK signals
git-svn-id: svn://localhost/trunk/ardour2@42 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
625df0912a
commit
08d33fcb0d
39 changed files with 427 additions and 440 deletions
|
|
@ -69,7 +69,7 @@ VSTPluginUI::package (Gtk::Window& win)
|
|||
|
||||
/* forward configure events to plugin window */
|
||||
|
||||
win.configure_event.connect (bind (mem_fun (*this, &VSTPluginUI::configure_handler), socket.gobj()));
|
||||
win.signal_configure_event.connect (bind (mem_fun (*this, &VSTPluginUI::configure_handler), socket.gobj()));
|
||||
|
||||
/* XXX in GTK2, use add_id() instead of steal, although add_id()
|
||||
assumes that the window's owner understands the XEmbed protocol.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue