Feedback for fullscreen.

This commit is contained in:
Ryan Dwyer 2018-04-17 08:11:50 +10:00
parent 52420cc24d
commit bfd5834f4c
7 changed files with 13 additions and 41 deletions

View file

@ -72,7 +72,6 @@ struct sway_container {
// For C_OUTPUT, this is the output position in layout coordinates
// For other types, this is the position in output-local coordinates
double x, y;
double saved_x, saved_y;
// does not include borders or gaps.
double width, height;

View file

@ -42,7 +42,6 @@ struct sway_view {
struct sway_container *swayc; // NULL for unmanaged views
struct wlr_surface *surface; // NULL for unmapped views
int width, height;
int saved_width, saved_height;
bool is_fullscreen;
union {