X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fgraphics%2Fglcontext.h;h=8cf75c82948fc657869e1d3685dbfcfeb4133233;hb=213ca43656411a06bbf1c0d18e4ebacaf545eb34;hp=db9df4e0aee08e3f150c17c826f2a578e1a142d7;hpb=1023b38fa278cea71fba3d2881e1bfde930cd025;p=libs%2Fgui.git diff --git a/source/graphics/glcontext.h b/source/graphics/glcontext.h index db9df4e..8cf75c8 100644 --- a/source/graphics/glcontext.h +++ b/source/graphics/glcontext.h @@ -39,8 +39,13 @@ private: public: GLContext(Window &wnd, const GLOptions &opts = GLOptions()); +private: + void platform_init(const GLOptions &); +public: ~GLContext(); + void set_swap_interval(unsigned); + void swap_buffers(); private: void window_resized(unsigned, unsigned);