forked from pyrite-dev/milsko
some stuffs work
This commit is contained in:
parent
4951e8995e
commit
7a81af9922
11 changed files with 96 additions and 55 deletions
|
|
@ -1,6 +1,7 @@
|
|||
if(param_get("experimental-wayland")) {
|
||||
use_backend("wayland","x11");
|
||||
} else {
|
||||
if (param_get("experimental-wayland")) {
|
||||
use_backend("wayland", "x11");
|
||||
}
|
||||
else {
|
||||
use_backend("x11");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue