glfw/src
Emmanuel Gil Peyrot 4c06426d46 Wayland: Create the surface before the context
This fixes a regression introduced in 496f559c where a context would be
created for a NULL egl_surface, which subsequently fails.

Fixes #633.
2015-11-03 00:18:43 +01:00
..
CMakeLists.txt
cocoa_init.m
cocoa_monitor.m
cocoa_platform.h
cocoa_window.m
context.c Fix NULL pointer dereference 2015-11-01 17:39:21 +01:00
egl_context.c
egl_context.h
glfw3.pc.in
glfw3Config.cmake.in
glfw_config.h.in
glx_context.c
glx_context.h
init.c Add GLFW_NO_API for creating context-less windows 2015-10-26 00:30:30 +01:00
input.c
internal.h Add GLFW_CONTEXT_NO_ERROR window hint 2015-10-27 20:36:20 +01:00
iokit_joystick.h Start 3.2 2015-10-12 21:59:49 +02:00
iokit_joystick.m
linux_joystick.c
linux_joystick.h
mach_time.c
mir_init.c
mir_monitor.c
mir_platform.h
mir_window.c
monitor.c
nsgl_context.h
nsgl_context.m
posix_time.c
posix_time.h
posix_tls.c Use GLFWbool for TLS functions 2015-10-28 14:51:57 +01:00
posix_tls.h Use GLFWbool for TLS functions 2015-10-28 14:51:57 +01:00
wgl_context.c
wgl_context.h
win32_init.c Add partial support for Windows 8.1 per-monitor DPI 2015-11-01 17:39:21 +01:00
win32_monitor.c Clarify Win32 monitor physical size retrieval 2015-10-28 20:47:29 +01:00
win32_platform.h Add partial support for Windows 8.1 per-monitor DPI 2015-11-01 17:39:21 +01:00
win32_time.c
win32_tls.c Use GLFWbool for TLS functions 2015-10-28 14:51:57 +01:00
win32_tls.h Use GLFWbool for TLS functions 2015-10-28 14:51:57 +01:00
win32_window.c Add partial support for Windows 8.1 per-monitor DPI 2015-11-01 17:39:21 +01:00
window.c
winmm_joystick.c
winmm_joystick.h
wl_init.c
wl_monitor.c
wl_platform.h
wl_window.c Wayland: Create the surface before the context 2015-11-03 00:18:43 +01:00
x11_init.c Fix monitor notifications on X11 2015-10-24 23:25:20 +02:00
x11_monitor.c
x11_platform.h
x11_window.c
xkb_unicode.c
xkb_unicode.h