Skip to content

Commit

Permalink
Mir: Add fixme (waiting for a public api to be added)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonSchaefer committed Sep 21, 2016
1 parent 705ecf7 commit a729c4f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/video/mir/SDL_mirvideo.c
Expand Up @@ -384,6 +384,7 @@ MIR_SetDisplayMode(_THIS, SDL_VideoDisplay* display, SDL_DisplayMode* mode)
mode->h == height &&
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);
return 0;
}
Expand Down

0 comments on commit a729c4f

Please sign in to comment.