mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
major rearrangement of startup/session loading code
first-time user code remains in ArdourStartup session selection/setup moved to SessionDialog many other cleanups, logic improvements, and so forth to the overall session loading process. Not 100% finished yet.
This commit is contained in:
parent
c72748508b
commit
b362ff220c
10 changed files with 1354 additions and 1200 deletions
|
|
@ -401,7 +401,7 @@ emulate_key_event (Gtk::Widget* w, unsigned int keyval)
|
|||
ev.state = 0;
|
||||
ev.keyval = keyval;
|
||||
ev.length = 0;
|
||||
ev.string = (const gchar*) "";
|
||||
ev.string = const_cast<gchar*> ("");
|
||||
ev.hardware_keycode = keymapkey[0].keycode;
|
||||
ev.group = keymapkey[0].group;
|
||||
g_free(keymapkey);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue