]> git.tdb.fi Git - libs/gl.git/blob - backends/opengl/windowview_backend.cpp
Check the flat qualifier from the correct member
[libs/gl.git] / backends / opengl / windowview_backend.cpp
1 #include "windowview_backend.h"
2
3 namespace Msp {
4 namespace GL {
5
6 void OpenGLWindowView::resize_framebuffer(unsigned w, unsigned h)
7 {
8         sys_framebuf.resize(w, h);
9 }
10
11 } // namespace GL
12 } // namespace Msp