mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-12 05:41:10 +01:00
KMSDRM: Report correct window position to the application
This commit is contained in:
parent
dfcd5fbcad
commit
b0178fe518
@ -1280,6 +1280,9 @@ KMSDRM_CreateWindow(_THIS, SDL_Window * window)
|
||||
SDL_SetMouseFocus(window);
|
||||
SDL_SetKeyboardFocus(window);
|
||||
|
||||
/* Tell the app that the window has moved to top-left. */
|
||||
SDL_SendWindowEvent(window, SDL_WINDOWEVENT_MOVED, 0, 0);
|
||||
|
||||
/* Allocated windata will be freed in KMSDRM_DestroyWindow,
|
||||
and KMSDRM_DestroyWindow() will be called by SDL_CreateWindow()
|
||||
if we return error on any of the previous returns of the function. */
|
||||
|
Loading…
Reference in New Issue
Block a user