mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-01 12:46:12 +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.
|
// Init sub components.
|
||||||
sdl_instance_init(&spp);
|
sdl_instance_init(&spp);
|
||||||
sdl_system_devices_init(&spp);
|
|
||||||
sdl_device_init(&spp);
|
sdl_device_init(&spp);
|
||||||
|
sdl_system_devices_init(&spp);
|
||||||
sdl_compositor_init(&spp); // Needs the window.
|
sdl_compositor_init(&spp); // Needs the window.
|
||||||
|
|
||||||
return &spp;
|
return &spp;
|
||||||
|
|
Loading…
Reference in a new issue