Convert a few TABs into spaces
This commit is contained in:
parent
531efe97f1
commit
afc8e3d312
1 changed files with 4 additions and 4 deletions
|
@ -130,7 +130,7 @@ static void SDL_IdleTimerDisabledChanged(const char *name, const char *oldValue,
|
|||
if (!_this) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
SDL_Window *window;
|
||||
for (window = _this->windows; window != nil; window = window->next) {
|
||||
SDL_SendWindowEvent(window, SDL_WINDOWEVENT_MINIMIZED, 0, 0);
|
||||
|
@ -146,10 +146,10 @@ static void SDL_IdleTimerDisabledChanged(const char *name, const char *oldValue,
|
|||
if (!_this) {
|
||||
return;
|
||||
}
|
||||
|
||||
SDL_Window *window;
|
||||
|
||||
SDL_Window *window;
|
||||
for (window = _this->windows; window != nil; window = window->next) {
|
||||
SDL_SendWindowEvent(window, SDL_WINDOWEVENT_RESTORED, 0, 0);
|
||||
SDL_SendWindowEvent(window, SDL_WINDOWEVENT_RESTORED, 0, 0);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue