We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b576bef commit 4d0f6b5Copy full SHA for 4d0f6b5
1 file changed
src/ruisapp/glue/windows/window.cxx
@@ -390,6 +390,7 @@ native_window::device_context_wrapper::~device_context_wrapper()
390
);
391
}
392
393
+#ifdef RUISAPP_RENDER_OPENGL
394
native_window::opengl_context_wrapper::opengl_context_wrapper(
395
const device_context_wrapper& device_context,
396
const ruisapp::window_parameters& window_params
@@ -477,6 +478,7 @@ native_window::opengl_context_wrapper::~opengl_context_wrapper()
477
478
SL
479
480
481
+#endif
482
483
native_window::native_window(
484
const utki::version_duplet& gl_version,
0 commit comments