commit | 424e7c7b5399a6caefec1bdacf28b81c58fd743f | [log] [tgz] |
---|---|---|
author | m@bitsnbites.eu <m@bitsnbites.eu> | Sun Oct 28 00:31:56 2012 +0200 |
committer | m <m@bitsnbites.eu> | Sat Nov 10 22:19:55 2012 +0100 |
tree | 4ec72c837fb5810881fbeb9c83a4034f903b2b7a | |
parent | c9f4dedd96ea954e88f09c81fda8ed7d912ba09b [diff] |
Removed glfwSetWindowPos and glfwGetWindowPos glfwGetWindowPos is superseded by glfwGetWindowParam() with GLFW_POSITION_X and GLFW_POSITION_Y as parameters. glfwSetWindowPos can easily lead to bad practices (moving windows around without the users consent), and has been replaced with the GLFW_POSITION_X/Y window hints that allow setting the window position for a newly created window.