Spacing cleanup
This commit is contained in:
@@ -559,7 +559,7 @@ static void WIN_SetKeyboardFocus(SDL_Window *window)
|
|||||||
|
|
||||||
/* Find the topmost parent */
|
/* Find the topmost parent */
|
||||||
while (topmost->parent != NULL) {
|
while (topmost->parent != NULL) {
|
||||||
topmost = topmost->parent;
|
topmost = topmost->parent;
|
||||||
}
|
}
|
||||||
|
|
||||||
topmost->driverdata->keyboard_focus = window;
|
topmost->driverdata->keyboard_focus = window;
|
||||||
@@ -1135,8 +1135,7 @@ void WIN_UpdateWindowICCProfile(SDL_Window *window, SDL_bool send_event)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void *
|
void *WIN_GetWindowICCProfile(_THIS, SDL_Window *window, size_t *size)
|
||||||
WIN_GetWindowICCProfile(_THIS, SDL_Window *window, size_t *size)
|
|
||||||
{
|
{
|
||||||
SDL_WindowData *data = window->driverdata;
|
SDL_WindowData *data = window->driverdata;
|
||||||
char *filename_utf8;
|
char *filename_utf8;
|
||||||
|
|||||||
Reference in New Issue
Block a user