winit/src/platform/linux/wayland
Pedro Côrte-Real 1d97a2a506 Implement Windowed Fullscreen
There are two kinds of fullscreen. One where you take over the whole
output the other where you just set the window size to the screen
size and get rid of decorations. The first one already existed,
implement the second which is more common for normal desktop apps.
Use an enum to consolidate all the fullscreen states.
2017-08-28 02:23:55 +01:00
..
context.rs Implement Windowed Fullscreen 2017-08-28 02:23:55 +01:00
event_loop.rs Update wayland-window to support xdg_shell 2017-07-19 18:28:14 +02:00
keyboard.rs Richer input events 2017-04-23 01:08:15 -07:00
mod.rs Update wayland-window to support xdg_shell 2017-07-19 18:28:14 +02:00
window.rs Implement Windowed Fullscreen 2017-08-28 02:23:55 +01:00