Revert "wayland: use an invisible surface as shell surface (#835)" (#981)

This reverts commit 65587ef43a.

It introduced sublte bugs in its interaction with OpenGL and glutin,
so we should better revert it for now.
This commit is contained in:
Victor Berger 2019-06-28 21:31:54 +02:00 committed by Osspial
parent 23354cf1a5
commit b8192ef6f6
3 changed files with 38 additions and 71 deletions

View file

@ -69,7 +69,7 @@ features = [
[target.'cfg(any(target_os = "linux", target_os = "dragonfly", target_os = "freebsd", target_os = "openbsd", target_os = "netbsd"))'.dependencies]
wayland-client = { version = "0.23.0", features = [ "dlopen", "egl", "cursor", "eventloop"] }
calloop = "0.4.2"
smithay-client-toolkit = "0.6.1"
smithay-client-toolkit = "0.6"
x11-dl = "2.18.3"
percent-encoding = "1.0"