Browse Source

Mir: Add fixme (waiting for a public api to be added)

Brandon Schaefer 9 years ago
parent
commit
a729c4f97a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/video/mir/SDL_mirvideo.c

+ 1 - 0
src/video/mir/SDL_mirvideo.c

@@ -384,6 +384,7 @@ MIR_SetDisplayMode(_THIS, SDL_VideoDisplay* display, SDL_DisplayMode* mode)
             mode->h      == height &&
             mode->h      == height &&
             mode->refresh_rate == refresh_rate) {
             mode->refresh_rate == refresh_rate) {
 
 
+            // FIXME Currently wont actually *set* anything. Need to wait for applying display changes
             MIR_mir_output_set_current_mode(output, mir_mode);
             MIR_mir_output_set_current_mode(output, mir_mode);
             return 0;
             return 0;
         }
         }