Fix Floating Game Window Title

This commit is contained in:
Hilderin 2025-01-19 15:45:59 -05:00
parent 7b1ed520bd
commit 05fcfede1e
6 changed files with 69 additions and 0 deletions

View file

@ -145,6 +145,10 @@ bool EmbeddedProcess::is_embedding_completed() {
return embedding_completed;
}
int EmbeddedProcess::get_embedded_pid() const {
return current_process_id;
}
void EmbeddedProcess::embed_process(OS::ProcessID p_pid) {
if (!window) {
return;