Skip to content

Commit

Permalink
Documentation tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
elmindreda committed Jun 15, 2015
1 parent 3a0b397 commit 2cc3c16
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions docs/intro.dox
Expand Up @@ -210,12 +210,9 @@ including functions that may called before initialization.
The reference documentation for every GLFW function states whether it is limited
to the main thread.

The following categories of functions are and will remain limited to the main
thread due to the limitations of one or several platforms:

- Initialization and termination
- Event processing
- Creation and destruction of window, context and cursor objects
Initialization and termination, event processing and the creation and
destruction of windows, contexts and cursors are all limited to the main thread
due to limitations of one or several platforms.

Because event processing must be performed on the main thread, all callbacks
except for the error callback will only be called on that thread. The error
Expand Down

0 comments on commit 2cc3c16

Please sign in to comment.