Rename get_win32_handle() to win32_handle()

This commit is contained in:
Robbert van der Helm
2022-10-09 14:23:29 +02:00
parent 04e03840e0
commit 24e50a3afc
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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