mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
t/sdl_test: Make sure to init devices before system devices
This commit is contained in:
parent
12160ef652
commit
b193c3bdd2
|
@ -90,8 +90,8 @@ sdl_program_plus_create()
|
|||
|
||||
// Init sub components.
|
||||
sdl_instance_init(&spp);
|
||||
sdl_system_devices_init(&spp);
|
||||
sdl_device_init(&spp);
|
||||
sdl_system_devices_init(&spp);
|
||||
sdl_compositor_init(&spp); // Needs the window.
|
||||
|
||||
return &spp;
|
||||
|
|
Loading…
Reference in a new issue