X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fglcontext.h;h=a2480909416e29d9e1aa96c49ae410ad66d8382b;hb=1aca77b93853ee127ac3bbf6886f7f04920542ef;hp=db9df4e0aee08e3f150c17c826f2a578e1a142d7;hpb=4464dd5d973c47f6d7a7c352a90bd88cdb717cd2;p=libs%2Fgui.git diff --git a/source/graphics/glcontext.h b/source/graphics/glcontext.h index db9df4e..a248090 100644 --- a/source/graphics/glcontext.h +++ b/source/graphics/glcontext.h @@ -39,6 +39,9 @@ private: public: GLContext(Window &wnd, const GLOptions &opts = GLOptions()); +private: + void platform_init(const GLOptions &); +public: ~GLContext(); void swap_buffers();