diff --git a/glfw/backend_utils.h b/glfw/backend_utils.h index 49e3c0d3c..154458170 100644 --- a/glfw/backend_utils.h +++ b/glfw/backend_utils.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 Wayland - www.glfw.org +// GLFW 3.4 Wayland - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2014 Jonas Ådahl // diff --git a/glfw/cocoa_init.m b/glfw/cocoa_init.m index 430eb9231..d8b12057f 100644 --- a/glfw/cocoa_init.m +++ b/glfw/cocoa_init.m @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 macOS - www.glfw.org +// GLFW 3.4 macOS - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2009-2019 Camilla Löwy // diff --git a/glfw/cocoa_joystick.h b/glfw/cocoa_joystick.h index 0ab81377b..ce98221ae 100644 --- a/glfw/cocoa_joystick.h +++ b/glfw/cocoa_joystick.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 Cocoa - www.glfw.org +// GLFW 3.4 Cocoa - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2006-2017 Camilla Löwy // diff --git a/glfw/cocoa_joystick.m b/glfw/cocoa_joystick.m index 15a44dd39..1425599d3 100644 --- a/glfw/cocoa_joystick.m +++ b/glfw/cocoa_joystick.m @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 Cocoa - www.glfw.org +// GLFW 3.4 Cocoa - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2009-2019 Camilla Löwy // Copyright (c) 2012 Torsten Walluhn diff --git a/glfw/cocoa_monitor.m b/glfw/cocoa_monitor.m index 99bad5602..09e5fe64e 100644 --- a/glfw/cocoa_monitor.m +++ b/glfw/cocoa_monitor.m @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 macOS - www.glfw.org +// GLFW 3.4 macOS - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy diff --git a/glfw/cocoa_platform.h b/glfw/cocoa_platform.h index 0d14d02d8..da6e72bcb 100644 --- a/glfw/cocoa_platform.h +++ b/glfw/cocoa_platform.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 macOS - www.glfw.org +// GLFW 3.4 macOS - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2009-2019 Camilla Löwy // diff --git a/glfw/cocoa_time.c b/glfw/cocoa_time.c index d390cdc16..4bf646c8b 100644 --- a/glfw/cocoa_time.c +++ b/glfw/cocoa_time.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 macOS - www.glfw.org +// GLFW 3.4 macOS - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2009-2016 Camilla Löwy // diff --git a/glfw/cocoa_window.m b/glfw/cocoa_window.m index 4984264ba..9ee64081a 100644 --- a/glfw/cocoa_window.m +++ b/glfw/cocoa_window.m @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 macOS - www.glfw.org +// GLFW 3.4 macOS - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2009-2019 Camilla Löwy // diff --git a/glfw/context.c b/glfw/context.c index c208abc1c..dec0b141d 100644 --- a/glfw/context.c +++ b/glfw/context.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 - www.glfw.org +// GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2016 Camilla Löwy diff --git a/glfw/dbus_glfw.c b/glfw/dbus_glfw.c index 367f89d7a..2ec4407ab 100644 --- a/glfw/dbus_glfw.c +++ b/glfw/dbus_glfw.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 XKB - www.glfw.org +// GLFW 3.4 XKB - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2018 Kovid Goyal // diff --git a/glfw/dbus_glfw.h b/glfw/dbus_glfw.h index bcc49b7b9..fe6f7b3e3 100644 --- a/glfw/dbus_glfw.h +++ b/glfw/dbus_glfw.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 XKB - www.glfw.org +// GLFW 3.4 XKB - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2018 Kovid Goyal // diff --git a/glfw/egl_context.c b/glfw/egl_context.c index 64f8eed4a..d742600bb 100644 --- a/glfw/egl_context.c +++ b/glfw/egl_context.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 EGL - www.glfw.org +// GLFW 3.4 EGL - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy diff --git a/glfw/egl_context.h b/glfw/egl_context.h index 2f76903e1..baae5d160 100644 --- a/glfw/egl_context.h +++ b/glfw/egl_context.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 EGL - www.glfw.org +// GLFW 3.4 EGL - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2017 Camilla Löwy diff --git a/glfw/glfw3.h b/glfw/glfw3.h index fae71cec5..97ba7d911 100644 --- a/glfw/glfw3.h +++ b/glfw/glfw3.h @@ -1,5 +1,5 @@ /************************************************************************* - * GLFW 3.3 - www.glfw.org + * GLFW 3.4 - www.glfw.org * A library for OpenGL, window and input *------------------------------------------------------------------------ * Copyright (c) 2002-2006 Marcus Geelnard @@ -261,7 +261,7 @@ extern "C" { * backward-compatible. * @ingroup init */ -#define GLFW_VERSION_MINOR 3 +#define GLFW_VERSION_MINOR 4 /*! @brief The revision number of the GLFW library. * * This is incremented when a bug fix release is made that does not contain any diff --git a/glfw/glx_context.c b/glfw/glx_context.c index 1ddda1cf6..5918b52f1 100644 --- a/glfw/glx_context.c +++ b/glfw/glx_context.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 GLX - www.glfw.org +// GLFW 3.4 GLX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy diff --git a/glfw/glx_context.h b/glfw/glx_context.h index 729982601..5c952b7ef 100644 --- a/glfw/glx_context.h +++ b/glfw/glx_context.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 GLX - www.glfw.org +// GLFW 3.4 GLX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2017 Camilla Löwy diff --git a/glfw/ibus_glfw.c b/glfw/ibus_glfw.c index d32d0cb01..d6caa0c09 100644 --- a/glfw/ibus_glfw.c +++ b/glfw/ibus_glfw.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 XKB - www.glfw.org +// GLFW 3.4 XKB - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2018 Kovid Goyal // diff --git a/glfw/ibus_glfw.h b/glfw/ibus_glfw.h index c7e58e52b..a09de2e53 100644 --- a/glfw/ibus_glfw.h +++ b/glfw/ibus_glfw.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 XKB - www.glfw.org +// GLFW 3.4 XKB - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2018 Kovid Goyal // diff --git a/glfw/init.c b/glfw/init.c index 65341b3d1..247ee24f5 100644 --- a/glfw/init.c +++ b/glfw/init.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 - www.glfw.org +// GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2018 Camilla Löwy diff --git a/glfw/input.c b/glfw/input.c index 1a5c3131d..0721f4122 100644 --- a/glfw/input.c +++ b/glfw/input.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 - www.glfw.org +// GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy diff --git a/glfw/internal.h b/glfw/internal.h index a2f2e78f2..cffc29e75 100644 --- a/glfw/internal.h +++ b/glfw/internal.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 - www.glfw.org +// GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy diff --git a/glfw/linux_joystick.c b/glfw/linux_joystick.c index 70a86f6f3..0cae51f09 100644 --- a/glfw/linux_joystick.c +++ b/glfw/linux_joystick.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 Linux - www.glfw.org +// GLFW 3.4 Linux - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2017 Camilla Löwy diff --git a/glfw/linux_joystick.h b/glfw/linux_joystick.h index 242ace5fd..28a2b0c85 100644 --- a/glfw/linux_joystick.h +++ b/glfw/linux_joystick.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 Linux - www.glfw.org +// GLFW 3.4 Linux - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2014 Jonas Ådahl // diff --git a/glfw/mappings.h b/glfw/mappings.h index 94a279af4..ef76c90f6 100644 --- a/glfw/mappings.h +++ b/glfw/mappings.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 - www.glfw.org +// GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2006-2018 Camilla Löwy // diff --git a/glfw/monitor.c b/glfw/monitor.c index 7b01b3706..046147202 100644 --- a/glfw/monitor.c +++ b/glfw/monitor.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 - www.glfw.org +// GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy diff --git a/glfw/nsgl_context.h b/glfw/nsgl_context.h index 676f4ba5c..3e19a2ee9 100644 --- a/glfw/nsgl_context.h +++ b/glfw/nsgl_context.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 macOS - www.glfw.org +// GLFW 3.4 macOS - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2009-2019 Camilla Löwy // diff --git a/glfw/nsgl_context.m b/glfw/nsgl_context.m index b2997e438..2eadf9812 100644 --- a/glfw/nsgl_context.m +++ b/glfw/nsgl_context.m @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 macOS - www.glfw.org +// GLFW 3.4 macOS - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2009-2019 Camilla Löwy // diff --git a/glfw/null_init.c b/glfw/null_init.c index fcdcd7ae3..6f7ec9b52 100644 --- a/glfw/null_init.c +++ b/glfw/null_init.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 - www.glfw.org +// GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. // Copyright (c) 2016-2017 Camilla Löwy diff --git a/glfw/null_joystick.c b/glfw/null_joystick.c index c55d1f081..6f3ce19d7 100644 --- a/glfw/null_joystick.c +++ b/glfw/null_joystick.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 - www.glfw.org +// GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016-2017 Camilla Löwy // diff --git a/glfw/null_joystick.h b/glfw/null_joystick.h index 2fa91abd4..d9949d2d1 100644 --- a/glfw/null_joystick.h +++ b/glfw/null_joystick.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 - www.glfw.org +// GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2006-2017 Camilla Löwy // diff --git a/glfw/null_monitor.c b/glfw/null_monitor.c index b1e08b3fc..025bce44e 100644 --- a/glfw/null_monitor.c +++ b/glfw/null_monitor.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 - www.glfw.org +// GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. // Copyright (c) 2016-2019 Camilla Löwy diff --git a/glfw/null_platform.h b/glfw/null_platform.h index 7871683ed..d844488f8 100644 --- a/glfw/null_platform.h +++ b/glfw/null_platform.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 - www.glfw.org +// GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. // Copyright (c) 2016-2017 Camilla Löwy diff --git a/glfw/null_window.c b/glfw/null_window.c index 38d4c8446..22fc9506c 100644 --- a/glfw/null_window.c +++ b/glfw/null_window.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 - www.glfw.org +// GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. // Copyright (c) 2016-2019 Camilla Löwy diff --git a/glfw/osmesa_context.c b/glfw/osmesa_context.c index 50ddc192a..c689b3b31 100644 --- a/glfw/osmesa_context.c +++ b/glfw/osmesa_context.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 OSMesa - www.glfw.org +// GLFW 3.4 OSMesa - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. // Copyright (c) 2016-2017 Camilla Löwy diff --git a/glfw/osmesa_context.h b/glfw/osmesa_context.h index 430d78842..cf03c7916 100644 --- a/glfw/osmesa_context.h +++ b/glfw/osmesa_context.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 OSMesa - www.glfw.org +// GLFW 3.4 OSMesa - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2016 Google Inc. // Copyright (c) 2016-2017 Camilla Löwy diff --git a/glfw/posix_thread.c b/glfw/posix_thread.c index 9155b8690..5b6e17ebc 100644 --- a/glfw/posix_thread.c +++ b/glfw/posix_thread.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 POSIX - www.glfw.org +// GLFW 3.4 POSIX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2017 Camilla Löwy diff --git a/glfw/posix_thread.h b/glfw/posix_thread.h index 78666a00e..cb3f06bce 100644 --- a/glfw/posix_thread.h +++ b/glfw/posix_thread.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 POSIX - www.glfw.org +// GLFW 3.4 POSIX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2017 Camilla Löwy diff --git a/glfw/posix_time.c b/glfw/posix_time.c index 15d0e1a3f..aba41a4d2 100644 --- a/glfw/posix_time.c +++ b/glfw/posix_time.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 POSIX - www.glfw.org +// GLFW 3.4 POSIX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2017 Camilla Löwy diff --git a/glfw/posix_time.h b/glfw/posix_time.h index 61f930253..392aaafd5 100644 --- a/glfw/posix_time.h +++ b/glfw/posix_time.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 POSIX - www.glfw.org +// GLFW 3.4 POSIX - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2017 Camilla Löwy diff --git a/glfw/vulkan.c b/glfw/vulkan.c index 55a635c12..421248bc4 100644 --- a/glfw/vulkan.c +++ b/glfw/vulkan.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 - www.glfw.org +// GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2018 Camilla Löwy diff --git a/glfw/window.c b/glfw/window.c index df2d692e5..2e8213f29 100644 --- a/glfw/window.c +++ b/glfw/window.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 - www.glfw.org +// GLFW 3.4 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy diff --git a/glfw/wl_init.c b/glfw/wl_init.c index 3f3c8f00f..396972b5c 100644 --- a/glfw/wl_init.c +++ b/glfw/wl_init.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 Wayland - www.glfw.org +// GLFW 3.4 Wayland - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2014 Jonas Ådahl // diff --git a/glfw/wl_monitor.c b/glfw/wl_monitor.c index 2c73d72e5..99396f32b 100644 --- a/glfw/wl_monitor.c +++ b/glfw/wl_monitor.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 Wayland - www.glfw.org +// GLFW 3.4 Wayland - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2014 Jonas Ådahl // diff --git a/glfw/wl_platform.h b/glfw/wl_platform.h index 66e38bbd5..26f5bd8e8 100644 --- a/glfw/wl_platform.h +++ b/glfw/wl_platform.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 Wayland - www.glfw.org +// GLFW 3.4 Wayland - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2014 Jonas Ådahl // diff --git a/glfw/wl_window.c b/glfw/wl_window.c index 005df3a1a..7ff5c36cb 100644 --- a/glfw/wl_window.c +++ b/glfw/wl_window.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 Wayland - www.glfw.org +// GLFW 3.4 Wayland - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2014 Jonas Ådahl // diff --git a/glfw/x11_init.c b/glfw/x11_init.c index 0572f793d..a13c78a66 100644 --- a/glfw/x11_init.c +++ b/glfw/x11_init.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 X11 - www.glfw.org +// GLFW 3.4 X11 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy diff --git a/glfw/x11_monitor.c b/glfw/x11_monitor.c index 206b45d66..0b5574dd3 100644 --- a/glfw/x11_monitor.c +++ b/glfw/x11_monitor.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 X11 - www.glfw.org +// GLFW 3.4 X11 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy diff --git a/glfw/x11_platform.h b/glfw/x11_platform.h index 2ce346b80..053ca19fa 100644 --- a/glfw/x11_platform.h +++ b/glfw/x11_platform.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 X11 - www.glfw.org +// GLFW 3.4 X11 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy diff --git a/glfw/x11_window.c b/glfw/x11_window.c index 9b46d95a1..fd916798a 100644 --- a/glfw/x11_window.c +++ b/glfw/x11_window.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 X11 - www.glfw.org +// GLFW 3.4 X11 - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2002-2006 Marcus Geelnard // Copyright (c) 2006-2019 Camilla Löwy diff --git a/glfw/xkb_glfw.c b/glfw/xkb_glfw.c index 19626f090..7cbcdaa2c 100644 --- a/glfw/xkb_glfw.c +++ b/glfw/xkb_glfw.c @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 XKB - www.glfw.org +// GLFW 3.4 XKB - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2018 Kovid Goyal // diff --git a/glfw/xkb_glfw.h b/glfw/xkb_glfw.h index 1f3f4d604..66b5eb78b 100644 --- a/glfw/xkb_glfw.h +++ b/glfw/xkb_glfw.h @@ -1,5 +1,5 @@ //======================================================================== -// GLFW 3.3 XKB - www.glfw.org +// GLFW 3.4 XKB - www.glfw.org //------------------------------------------------------------------------ // Copyright (c) 2018 Kovid Goyal //