From 6ff48ca647aba586c34649006402368a6d003e5b Mon Sep 17 00:00:00 2001 From: ilteroi Date: Mon, 25 May 2020 09:16:54 +0200 Subject: [PATCH] wizard: fix compile error in wayland-only build --- src/modules/wizard/page_150.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/wizard/page_150.c b/src/modules/wizard/page_150.c index 253e928ea..c63307474 100644 --- a/src/modules/wizard/page_150.c +++ b/src/modules/wizard/page_150.c @@ -84,8 +84,8 @@ wizard_page_show(E_Wizard_Page *pg EINA_UNUSED) } } } - } #endif + } check_add(o, _("Hardware Accelerated (OpenGL)"), &do_gl); check_add(o, _("Tear-free Rendering"), &do_vsync);