Browse Source

this is what code review is for, kids

master
Chris Guillott 7 years ago
parent
commit
110d5d58bd
  1. 4
      i3lock.c

4
i3lock.c

@ -1385,9 +1385,9 @@ int main(int argc, char *argv[]) {
setlocale(LC_ALL, locale); setlocale(LC_ALL, locale);
//#if XKBCOMPOSE == 1 #if XKBCOMPOSE == 1
load_compose_table(locale); load_compose_table(locale);
//#endif #endif
xinerama_init(); xinerama_init();
xinerama_query_screens(); xinerama_query_screens();

Loading…
Cancel
Save