Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Changed a C++ single-line comment to /* */ style.
  • Loading branch information
icculus committed Mar 26, 2014
1 parent 833cfe5 commit 17a8d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/SDL_video.c
Expand Up @@ -2135,7 +2135,7 @@ SDL_OnWindowRestored(SDL_Window * window)
* windows shouldn't affect the stacking order; maybe the right fix is to
* re-decouple OnWindowShown and OnWindowRestored.
*/
//SDL_RaiseWindow(window);
/*SDL_RaiseWindow(window);*/

if (FULLSCREEN_VISIBLE(window)) {
SDL_UpdateFullscreenMode(window, SDL_TRUE);
Expand Down

0 comments on commit 17a8d29

Please sign in to comment.