mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
[KMSDRM] Change error message.
This commit is contained in:
parent
1ec60a38eb
commit
9de7eaf9ac
@ -965,7 +965,7 @@ KMSDRM_VideoInit(_THIS)
|
|||||||
For VK-incompatible initializations we have KMSDRM_GBMInit(), which is
|
For VK-incompatible initializations we have KMSDRM_GBMInit(), which is
|
||||||
called on window creation, and only when we know it's not a VK window. */
|
called on window creation, and only when we know it's not a VK window. */
|
||||||
if (KMSDRM_InitDisplays(_this)) {
|
if (KMSDRM_InitDisplays(_this)) {
|
||||||
ret = SDL_SetError("error getting KMS/DRM information");
|
ret = SDL_SetError("error getting KMSDRM displays information");
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef SDL_INPUT_LINUXEV
|
#ifdef SDL_INPUT_LINUXEV
|
||||||
|
Loading…
Reference in New Issue
Block a user