Add todo regarding audioMasterGetTime

This commit is contained in:
Robbert van der Helm
2020-04-13 14:54:20 +02:00
parent bad9916f75
commit a2ba001e2f
3 changed files with 9 additions and 2 deletions
+3 -2
View File
@@ -66,8 +66,9 @@ void Editor::close() {
// RAII will destroy the window and tiemrs for us
win32_handle = std::nullopt;
// TODO: Do we need to do something on the X11 side or does the host do
// everything for us?
// TODO: We might want to manually unmap the X11 window instead of having
// the host do it. Right now the window editor window stays open for a
// second when removing a plugin.
}
bool Editor::embed_into(const size_t parent_window_handle) {