Add the start of reparenting the editor windows

This commit is contained in:
Robbert van der Helm
2020-03-17 23:04:09 +01:00
parent f3bf7879c6
commit ede14ece3b
3 changed files with 45 additions and 10 deletions
+1 -2
View File
@@ -142,9 +142,8 @@ PluginBridge::PluginBridge(std::string plugin_dll_path,
return 0;
}
// TODO: Embed the Win32 window into the X11 window
// handle
const auto x11_handle = reinterpret_cast<size_t>(data);
editor.embed_into(x11_handle);
return return_value;
}