mirror of
https://gitlab.freedesktop.org/wayland/weston.git
synced 2026-05-04 23:27:58 +02:00
Revert "terminal: Fix crash due to race condition in init"
This reverts commit 5c611d933f.
This commit is contained in:
parent
6967f0e2d2
commit
e30b5fb2e7
1 changed files with 0 additions and 1 deletions
|
|
@ -2976,7 +2976,6 @@ terminal_create(struct display *display)
|
|||
cairo_surface_destroy(surface);
|
||||
|
||||
terminal_resize(terminal, 20, 5); /* Set minimum size first */
|
||||
terminal_resize_cells(terminal, 20, 5);
|
||||
terminal_resize(terminal, 80, 25);
|
||||
|
||||
wl_list_insert(terminal_list.prev, &terminal->link);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue