Check for subsurfaces and popups before using wlr_output_set_fullscreen_surface

This commit is contained in:
emersion 2017-11-20 19:45:10 +01:00
parent 80998cdf57
commit abab2902f5
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 43 additions and 7 deletions

View file

@ -57,7 +57,7 @@ struct roots_view {
float rotation;
bool maximized;
struct wlr_output *fullscreen_output;
struct roots_output *fullscreen_output;
struct {
double x, y;
uint32_t width, height;