Dont use a stack to focus other window on window close

This commit is contained in:
Kovid Goyal
2019-02-16 12:26:49 +05:30
parent 718e6fa93d
commit c5cc208397
2 changed files with 14 additions and 38 deletions

View File

@@ -135,6 +135,7 @@ typedef struct {
id_type temp_font_group_id;
double pending_scroll_pixels;
enum WAYLAND_RENDER_STATE wayland_render_state;
id_type last_focused_counter;
} OSWindow;