stuf
This commit is contained in:
parent
013ecdda58
commit
3f4e26ec0f
19 changed files with 3244 additions and 427 deletions
|
@ -72,9 +72,13 @@ namespace os {
|
|||
return Err(DracError(DracErrorCode::NotSupported, "Now playing is not supported on Haiku"));
|
||||
}
|
||||
|
||||
fn GetWindowManager() -> Result<String> { return "app_server"; }
|
||||
fn GetWindowManager() -> Result<String> {
|
||||
return "app_server";
|
||||
}
|
||||
|
||||
fn GetDesktopEnvironment() -> Result<String> { return "Haiku Desktop Environment"; }
|
||||
fn GetDesktopEnvironment() -> Result<String> {
|
||||
return "Haiku Desktop Environment";
|
||||
}
|
||||
|
||||
fn GetShell() -> Result<String> {
|
||||
if (const Result<String> shellPath = GetEnv("SHELL")) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue