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

Brandon Schaefer 2016-09-21 16:28:23 -07:00
parent 705ecf78f5
commit a729c4f97a
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}