mirror of https://github.com/libsdl-org/SDL
Mir: Add fixme (waiting for a public api to be added)
This commit is contained in:
parent
705ecf78f5
commit
a729c4f97a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue