From 226f85efcbb850f1cf74de1ef1edbba44a19831c Mon Sep 17 00:00:00 2001 From: Camilla Berglund Date: Tue, 16 Jun 2015 22:26:30 +0200 Subject: [PATCH] Key translation tables are now in _glfw. --- src/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/init.c b/src/init.c index a72a73df..c85de90f 100644 --- a/src/init.c +++ b/src/init.c @@ -33,8 +33,8 @@ #include -// The three global variables below comprise all global data in GLFW, except for -// various static const translation tables. Any other global variable is a bug. +// The three global variables below comprise all global data in GLFW. +// Any other global variable is a bug. // Global state shared between compilation units of GLFW // These are documented in internal.h