Commit a729c4f97a096a2031243011ec5547aded0c0e2b

Brandon Schaefer 2016-09-21T16:28:23

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

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/video/mir/SDL_mirvideo.c b/src/video/mir/SDL_mirvideo.c
index 65f6b03..0a5064d 100644
--- a/src/video/mir/SDL_mirvideo.c
+++ b/src/video/mir/SDL_mirvideo.c
@@ -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;
         }