Fixed X11 character input for C locale.

Fixes #396.
This commit is contained in:
Camilla Berglund
2014-12-18 02:52:06 +01:00
parent 44372b89f6
commit b2030f6d73
4 changed files with 11 additions and 3 deletions

View File

@@ -37,7 +37,6 @@
#include <stdlib.h>
#include <ctype.h>
#include <string.h>
#include <locale.h>
#include "getopt.h"
@@ -443,8 +442,6 @@ int main(int argc, char** argv)
GLFWmonitor* monitor = NULL;
int ch, i, width, height, count = 1;
setlocale(LC_ALL, "");
glfwSetErrorCallback(error_callback);
if (!glfwInit())