x11: Minor style fixes for recent OSK changes

This commit is contained in:
Ethan Lee 2022-11-15 13:56:44 -05:00 committed by GitHub
parent e6c4db8160
commit f3cc99fb93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -868,7 +868,8 @@ X11_ShowScreenKeyboard(_THIS, SDL_Window *window)
} }
} }
void X11_HideScreenKeyboard(_THIS, SDL_Window *window) void
X11_HideScreenKeyboard(_THIS, SDL_Window *window)
{ {
SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata; SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata;
@ -878,7 +879,8 @@ void X11_HideScreenKeyboard(_THIS, SDL_Window *window)
} }
} }
SDL_bool X11_IsScreenKeyboardShown(_THIS, SDL_Window *window) SDL_bool
X11_IsScreenKeyboardShown(_THIS, SDL_Window *window)
{ {
SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata; SDL_VideoData *videodata = (SDL_VideoData *) _this->driverdata;