mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 03:48:08 +02:00
renderers: No longer assume that input is closed if the terminal device is NULL.
This commit is contained in:
parent
605b038acb
commit
03d4e91bcd
2 changed files with 0 additions and 6 deletions
|
|
@ -1847,9 +1847,6 @@ open_input_source (ply_renderer_backend_t *backend,
|
|||
if (!backend->input_source_is_open)
|
||||
watch_input_devices (backend);
|
||||
|
||||
if (backend->terminal == NULL)
|
||||
return false;
|
||||
|
||||
if (backend->terminal != NULL) {
|
||||
terminal_fd = ply_terminal_get_fd (backend->terminal);
|
||||
|
||||
|
|
|
|||
|
|
@ -752,9 +752,6 @@ open_input_source (ply_renderer_backend_t *backend,
|
|||
if (!backend->input_source_is_open)
|
||||
watch_input_devices (backend);
|
||||
|
||||
if (backend->terminal == NULL)
|
||||
return false;
|
||||
|
||||
if (backend->terminal != NULL) {
|
||||
terminal_fd = ply_terminal_get_fd (backend->terminal);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue