lispgames / glop

Direct FFI bindings for OpenGL window and context management
MIT License
67 stars 14 forks source link

bugfix: windows dont open on differernt screens #20

Closed nixz closed 8 years ago

nixz commented 8 years ago

The issue was that the X11 windows were not opening on different screens. Fixing this by removing the fixed value "0" and replacing with the default value which we get from diplay. This way we can us the value brought in by the environment variable DISPLAY=:0.1

patzy commented 8 years ago

Merged