FlorianRhiem / pyGLFW

Python bindings for GLFW
MIT License
232 stars 36 forks source link

GLFW_DOUBLEBUFFER not defined #10

Closed cmbruns closed 8 years ago

cmbruns commented 8 years ago

GLFW_DOUBLEBUFFER should be set to 0x00021010 according to the glfw3.h header at https://github.com/glfw/glfw/blob/master/include/GLFW/glfw3.h#L646 But I don't see the GLFW_DOUBLEBUFFER symbol anywhere in https://github.com/FlorianRhiem/pyGLFW/blob/master/glfw.py For the time being I am setting the value locally in my application as a workaround.

FlorianRhiem commented 8 years ago

Thank you for reporting this. I added the missing macros and pushed a new version to PyPI. Please let me know if there's anything else missing.