1
0
Fork 0
mirror of https://github.com/gwm17/glfw.git synced 2024-05-18 23:03:22 -04:00
glfw/examples
Camilla Löwy 0f9a9578f3 Add window hints for initial position
This adds window hints for the initial position, in screen coordinates,
of a window.  The special value GLFW_ANY_POSITION means the window
manager will be allowed to position the window.

It is not possible to set window positions on Wayland and GLFW will
always behave as if these hints are set to GLFW_ANY_POSITION.

Fixes #1603
Fixes #1747
2022-07-29 11:50:13 +02:00
..
boing.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
CMakeLists.txt Remove OSMesa specific code from offscreen example 2022-05-06 19:06:13 +02:00
gears.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
glfw.icns Add icon to examples 2015-10-15 18:04:02 +02:00
glfw.ico Add icon to examples 2015-10-15 18:04:02 +02:00
glfw.rc Remove trailing whitespace 2017-12-14 15:36:55 +01:00
heightmap.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
offscreen.c Remove OSMesa specific code from offscreen example 2022-05-06 19:06:13 +02:00
particles.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
sharing.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
splitview.c Fix source comment typo 2021-11-25 23:24:39 +01:00
triangle-opengl.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
triangle-opengles.c Add OpenGL ES 2.0 triangle example 2021-08-26 16:03:58 +02:00
wave.c Update glad2 and switch to header-only version 2021-08-26 16:03:40 +02:00
windows.c Add window hints for initial position 2022-07-29 11:50:13 +02:00