X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Fdevice_backend.h;h=f3a8e48029b0b807e7484a6a5a9ab4b9c0130298;hp=e64352d3437b082b4f014efa76f894cfaef80f84;hb=d16d28d2ccf7c6255204f02975834f713ff1df08;hpb=fb04f4ef9162f58f494cf4323cf3dc66b2f3d4ac diff --git a/source/backends/opengl/device_backend.h b/source/backends/opengl/device_backend.h index e64352d3..f3a8e480 100644 --- a/source/backends/opengl/device_backend.h +++ b/source/backends/opengl/device_backend.h @@ -14,6 +14,8 @@ protected: OpenGLDevice(Graphics::Window &, const Graphics::GLOptions &); + void fill_info(); + Graphics::GLContext &get_context() { return context; } };