mirror of
https://github.com/swaywm/sway.git
synced 2025-11-08 13:29:50 -05:00
container: Remove useless surface dimensions
The adjustments to resize logic left them unnecessary.
This commit is contained in:
parent
7670f1a521
commit
5a4a7bc0da
6 changed files with 8 additions and 15 deletions
|
|
@ -105,7 +105,6 @@ struct sway_container {
|
|||
// refuses to resize to the content dimensions then it can be smaller.
|
||||
// These are in layout coordinates.
|
||||
double surface_x, surface_y;
|
||||
double surface_width, surface_height;
|
||||
|
||||
enum sway_fullscreen_mode fullscreen_mode;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue