mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 00:38:10 +02:00
Wayland: Fix remembering window size not accurate when client side decorations are present
This commit is contained in:
@@ -188,7 +188,7 @@ typedef struct {
|
||||
int x, y, w, h;
|
||||
bool is_set, was_maximized;
|
||||
} before_fullscreen;
|
||||
int viewport_width, viewport_height, window_width, window_height;
|
||||
int viewport_width, viewport_height, window_width, window_height, content_area_width, content_area_height;
|
||||
double viewport_x_ratio, viewport_y_ratio;
|
||||
Tab *tabs;
|
||||
BackgroundImage *bgimage;
|
||||
|
||||
Reference in New Issue
Block a user