From 110d5d58bd7d87777cfdfa8ae92be28cc7d3254e Mon Sep 17 00:00:00 2001 From: Chris Guillott Date: Tue, 15 Aug 2017 10:12:41 -0400 Subject: [PATCH] this is what code review is for, kids --- i3lock.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/i3lock.c b/i3lock.c index b5f8f2d..f3ce406 100644 --- a/i3lock.c +++ b/i3lock.c @@ -1385,9 +1385,9 @@ int main(int argc, char *argv[]) { setlocale(LC_ALL, locale); -//#if XKBCOMPOSE == 1 +#if XKBCOMPOSE == 1 load_compose_table(locale); -//#endif +#endif xinerama_init(); xinerama_query_screens();