Mir

Code review comment for lp://qastaging/~afrantzis/mir/client-surface-buffering-mode

Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

89+bool mir_surface_spec_set_buffering_mode(MirSurfaceSpec* spec, MirBufferingMode mode)
90+{
91+ spec->buffering_mode = mode;
92+ return true;
93+}

Possibly worth validating the buffering mode at this point and returning false if it is nonsense?

« Back to merge proposal