mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-01 23:48:29 +00:00
wayland: Minor whitespace fix
This commit is contained in:
@@ -928,7 +928,7 @@ void Wayland_SetWindowTitle(_THIS, SDL_Window * window)
|
||||
{
|
||||
SDL_WindowData *wind = window->driverdata;
|
||||
SDL_VideoData *viddata = (SDL_VideoData *) _this->driverdata;
|
||||
|
||||
|
||||
if (window->title != NULL) {
|
||||
if (viddata->shell.xdg) {
|
||||
xdg_toplevel_set_title(wind->shell_surface.xdg.roleobj.toplevel, window->title);
|
||||
|
Reference in New Issue
Block a user