|
|
|
@ -236,11 +236,11 @@ terminated and re-initialized. |
|
|
|
|
|
|
|
|
|
@subsection moving_renamed_files Library and header file |
|
|
|
|
|
|
|
|
|
The GLFW 3 header is named @ref glfw3.h, to avoid collisions with the GLFW 2 |
|
|
|
|
`glfw.h` header, in case they are both installed. Similarly, the GLFW 3 library |
|
|
|
|
is named `glfw3,` except when it's installed as a shared library on Unix-like |
|
|
|
|
systems, where it uses the [soname](https://en.wikipedia.org/wiki/soname) |
|
|
|
|
`libglfw.so.3`. |
|
|
|
|
The GLFW 3 header is named @ref glfw3.h and moved to the `GLFW` directory, to |
|
|
|
|
avoid collisions with the headers of other major versions. Similarly, the GLFW |
|
|
|
|
3 library is named `glfw3,` except when it's installed as a shared library on |
|
|
|
|
Unix-like systems, where it uses the |
|
|
|
|
[soname](https://en.wikipedia.org/wiki/soname) `libglfw.so.3`. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@subsection moving_renamed_functions Functions |
|
|
|
|