mirror of
https://github.com/glfw/glfw.git
synced 2026-02-17 21:12:34 +01:00
Comment and string spell check pass.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
//========================================================================
|
||||
// Fullscreen anti-aliasing test
|
||||
// Full screen anti-aliasing test
|
||||
// Copyright (c) Camilla Berglund <elmindreda@elmindreda.org>
|
||||
//
|
||||
// This software is provided 'as-is', without any express or implied
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
//========================================================================
|
||||
//
|
||||
// This program is used to test the gamma correction functionality for
|
||||
// both fullscreen and windowed mode windows
|
||||
// both full screen and windowed mode windows
|
||||
//
|
||||
//========================================================================
|
||||
|
||||
|
||||
@@ -64,8 +64,8 @@ static void usage(void)
|
||||
printf(" -f require a forward-compatible context\n");
|
||||
printf(" -h show this help\n");
|
||||
printf(" -l list all client API extensions after context creation\n");
|
||||
printf(" -m the major number of the requred client API version\n");
|
||||
printf(" -n the minor number of the requred client API version\n");
|
||||
printf(" -m the major number of the required client API version\n");
|
||||
printf(" -n the minor number of the required client API version\n");
|
||||
printf(" -p the OpenGL profile to use (" PROFILE_NAME_CORE " or " PROFILE_NAME_COMPAT ")\n");
|
||||
printf(" -s the robustness strategy to use (" STRATEGY_NAME_NONE " or " STRATEGY_NAME_LOSE ")\n");
|
||||
}
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
//========================================================================
|
||||
//
|
||||
// This program is used to test the iconify/restore functionality for
|
||||
// both fullscreen and windowed mode windows
|
||||
// both full screen and windowed mode windows
|
||||
//
|
||||
//========================================================================
|
||||
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
// This test came about as the result of bug #1262773
|
||||
//
|
||||
// It closes and re-opens the GLFW window every five seconds, alternating
|
||||
// between windowed and fullscreen mode
|
||||
// between windowed and full screen mode
|
||||
//
|
||||
// It also times and logs opening and closing actions and attempts to separate
|
||||
// user initiated window closing from its own
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
//========================================================================
|
||||
// Multithreading test
|
||||
// Multi-threading test
|
||||
// Copyright (c) Camilla Berglund <elmindreda@elmindreda.org>
|
||||
//
|
||||
// This software is provided 'as-is', without any express or implied
|
||||
|
||||
Reference in New Issue
Block a user