mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2025-01-17 14:47:19 +01:00
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->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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user