shell: add support for kde server decorations

This should provide server side decorations for the gtk3 applications,
like firefox.
This commit is contained in:
Kirill Chibisov
2023-09-27 16:08:11 +04:00
committed by Ivan Molodetskikh
parent cf123ddcd0
commit 804e064826
3 changed files with 24 additions and 2 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ use std::collections::{HashMap, HashSet};
use std::os::fd::FromRawFd;
use std::path::{Path, PathBuf};
use std::rc::Rc;
use std::sync::{Mutex, Arc};
use std::sync::{Arc, Mutex};
use std::time::Duration;
use anyhow::{anyhow, Context};