diff options
Diffstat (limited to 'app/gfx/gl/gl_context_osmesa.h')
-rw-r--r-- | app/gfx/gl/gl_context_osmesa.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/gfx/gl/gl_context_osmesa.h b/app/gfx/gl/gl_context_osmesa.h index caa0895..31a2ff7 100644 --- a/app/gfx/gl/gl_context_osmesa.h +++ b/app/gfx/gl/gl_context_osmesa.h @@ -31,6 +31,7 @@ class OSMesaGLContext : public GLContext { virtual bool SwapBuffers(); virtual gfx::Size GetSize(); virtual void* GetHandle(); + virtual void SetSwapInterval(int interval); // Resize the back buffer, preserving the old content. Does nothing if the // size is unchanged. |