mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-06 17:18:00 +02:00
Merge branch 'fix-288-frame-buffer' into 'main'
frame-buffer: Check for NULL terminal in watch_input_device See merge request plymouth/plymouth!353
This commit is contained in:
commit
04d94e52aa
1 changed files with 2 additions and 1 deletions
|
|
@ -733,7 +733,8 @@ watch_input_device (ply_renderer_backend_t *backend,
|
|||
(ply_input_device_leds_changed_handler_t) on_input_leds_changed,
|
||||
&backend->input_source);
|
||||
|
||||
ply_terminal_set_disabled_input (backend->terminal);
|
||||
if (backend->terminal != NULL)
|
||||
ply_terminal_set_disabled_input (backend->terminal);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue