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

@ -3,6 +3,7 @@
- On Mac, implement `DeviceEvent::Button`.
- Change `Event::Suspended(true / false)` to `Event::Suspended` and `Event::Resumed`.
- On X11, fix sanity check which checks that a monitor's reported width and height (in millimeters) are non-zero when calculating the DPI factor.
- Revert the use of invisible surfaces in Wayland, which introduced graphical glitches with OpenGL (#835)
- On X11, implement `_NET_WM_PING` to allow desktop environment to kill unresponsive programs.
- On Windows, when a window is initially invisible, it won't take focus from the existing visible windows.