diff --git a/tests/ime.c b/tests/ime.c index 7296e236..efa78563 100644 --- a/tests/ime.c +++ b/tests/ime.c @@ -1,5 +1,6 @@ //======================================================================== // IME test +// Copyright (c) Camilla Löwy // Copyright (c) Daijiro Fukuda // // This software is provided 'as-is', without any express or implied @@ -27,6 +28,10 @@ // Left-click clears preedit and toggles IME status. // Right-click updates preedit cursor position to current cursor position. // +// This test code is based on `tests/ime.c` of shibukawa's fix: +// * https://github.com/glfw/glfw/pull/658 +// * https://github.com/shibukawa/glfw-1/commit/d36a164423c933948661f3f17576e5a6388ff251 +// //======================================================================== #define GLAD_GL_IMPLEMENTATION