mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-13 09:51:06 +00:00
general: rename CurrentProcess to ApplicationProcess
This commit is contained in:
@@ -34,7 +34,7 @@ void KSession::Initialize(KClientPort* port_, const std::string& name_) {
|
||||
|
||||
// Set our owner process.
|
||||
//! FIXME: this is the wrong process!
|
||||
process = kernel.CurrentProcess();
|
||||
process = kernel.ApplicationProcess();
|
||||
process->Open();
|
||||
|
||||
// Set our port.
|
||||
|
||||
Reference in New Issue
Block a user