mirror of https://github.com/encounter/SDL.git
x11: Minor style fixes for recent OSK changes
This commit is contained in:
parent
e6c4db8160
commit
f3cc99fb93
|
@ -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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue