Skip to content

Commit 4d0f6b5

Browse files
committed
stuff
1 parent b576bef commit 4d0f6b5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/ruisapp/glue/windows/window.cxx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ native_window::device_context_wrapper::~device_context_wrapper()
390390
);
391391
}
392392

393+
#ifdef RUISAPP_RENDER_OPENGL
393394
native_window::opengl_context_wrapper::opengl_context_wrapper(
394395
const device_context_wrapper& device_context,
395396
const ruisapp::window_parameters& window_params
@@ -477,6 +478,7 @@ native_window::opengl_context_wrapper::~opengl_context_wrapper()
477478
SL
478479
);
479480
}
481+
#endif
480482

481483
native_window::native_window(
482484
const utki::version_duplet& gl_version,

0 commit comments

Comments
 (0)