X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fbackends%2Fopengl%2Fdevice_backend.h;h=f3a8e48029b0b807e7484a6a5a9ab4b9c0130298;hb=8a8cce8ef4ee28b3572a72958b8b407759f9f826;hp=e64352d3437b082b4f014efa76f894cfaef80f84;hpb=f0414f06fc2463e9765c9492dce60e0468dceb3c;p=libs%2Fgl.git 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; } };