mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-16 05:33:07 +02:00
Rename get_win32_handle() to win32_handle()
This commit is contained in:
@@ -547,7 +547,7 @@ void ClapBridge::run() {
|
||||
|
||||
const clap_window_t window{
|
||||
.api = CLAP_WINDOW_API_WIN32,
|
||||
.win32 = editor_instance.get_win32_handle()};
|
||||
.win32 = editor_instance.win32_handle()};
|
||||
const bool result = gui->set_parent(plugin, &window);
|
||||
|
||||
// Set the window's initial size according to what the
|
||||
|
||||
Reference in New Issue
Block a user