lispgames / cl-sdl2

Common Lisp bindings for SDL2 using C2FFI.
MIT License
304 stars 82 forks source link

SDL_GetWindowWMInfo doesn't seem to be available #65

Closed 3b closed 8 years ago

3b commented 8 years ago

Vulkan WSI needs a windows HWND or X11 display* and window, and the way to get that in SDL2 seems to be SDL_GetWindowWMInfo from SDL_syswm.h.

rpav commented 8 years ago

Let me know if this is still an issue.