glfw/tests
Camilla Berglund d68acb78bf Removed registering glfwTerminate with atexit.
Functions registered with atexit are called from the thread calling exit.
glfwTerminate should only be called from the main thread.  Mistakes should be
explicit.
2012-10-22 03:20:16 +02:00
..
accuracy.c Formatting. 2012-08-12 15:32:06 +02:00
clipboard.c Fixed invalid uses of glfwDestroyWindow. 2012-09-13 17:29:07 +02:00
CMakeLists.txt Added direct dependency on librt for threads test on X11. 2012-09-09 01:31:23 +02:00
defaults.c Made defaults test window hidden. 2012-09-11 22:23:35 +02:00
events.c Don't call OpenGL functions until there's a context. 2012-08-19 02:21:47 +02:00
fsaa.c Removed implicit glfwMakeCurrentContext. 2012-08-10 15:29:45 +02:00
fsfocus.c Removed implicit glfwMakeCurrentContext. 2012-08-10 15:29:45 +02:00
gamma.c Fixed invalid uses of glfwDestroyWindow. 2012-09-13 17:29:07 +02:00
glfwinfo.c Removed registering glfwTerminate with atexit. 2012-10-22 03:20:16 +02:00
iconify.c Updated iconification test to use callbacks. 2012-10-05 04:00:27 +02:00
joysticks.c Renamed glfwGetJoystickPos to glfwGetJoystickAxes. 2012-08-29 18:58:16 +02:00
modes.c Removed registering glfwTerminate with atexit. 2012-10-22 03:20:16 +02:00
peter.c Removed registering glfwTerminate with atexit. 2012-10-22 03:20:16 +02:00
reopen.c Removed registering glfwTerminate with atexit. 2012-10-22 03:20:16 +02:00
sharing.c Removed registering glfwTerminate with atexit. 2012-10-22 03:20:16 +02:00
tearing.c Removed registering glfwTerminate with atexit. 2012-10-22 03:20:16 +02:00
threads.c Fixed warnings on VC++. 2012-09-27 02:49:20 +02:00
title.c Removed registering glfwTerminate with atexit. 2012-10-22 03:20:16 +02:00
windows.c Removed registering glfwTerminate with atexit. 2012-10-22 03:20:16 +02:00