Some layer shell fixes

Based on the corresponding rootston changes
This commit is contained in:
Drew DeVault 2018-03-29 12:19:20 -04:00
parent 531c175d3e
commit a76829f375
4 changed files with 9 additions and 24 deletions

View file

@ -14,8 +14,6 @@ struct sway_layer_surface {
struct wl_listener unmap;
struct wl_listener surface_commit;
struct wl_listener output_destroy;
struct wl_listener output_mode;
struct wl_listener output_transform;
bool configured;
struct wlr_box geo;

View file

@ -21,6 +21,7 @@ struct sway_output {
struct wl_listener frame;
struct wl_listener destroy;
struct wl_listener mode;
struct wl_listener transform;
pid_t bg_pid;
};