mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
Feedback for fullscreen.
This commit is contained in:
parent
52420cc24d
commit
bfd5834f4c
7 changed files with 13 additions and 41 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue