forked from pyrite-dev/milsko
finished seperating opengl contexts, apply nishi patch
This commit is contained in:
parent
89ff065a71
commit
6f1716151d
12 changed files with 92 additions and 41 deletions
|
|
@ -1,6 +1,7 @@
|
|||
if(system("wayland-scanner -v >/dev/null 2>&1") == 0){
|
||||
if (system("wayland-scanner -v >/dev/null 2>&1") == 0) {
|
||||
use_backend("wayland", "x11");
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
use_backend("x11");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue