Cocoa: Filter out duplicate size events

Fixes #1085.
This commit is contained in:
Camilla Löwy
2017-11-16 11:34:42 +01:00
parent d630684654
commit 1fe319d234
3 changed files with 30 additions and 3 deletions
+1
View File
@@ -246,6 +246,7 @@ information on what to include when reporting a bug.
- [Cocoa] Bugfix: Some characters did not repeat due to Press and Hold (#1010)
- [Cocoa] Bugfix: Window title was lost when full screen or undecorated (#1082)
- [Cocoa] Bugfix: Window was resized twice when entering full screen (#1085)
- [Cocoa] Bugfix: Duplicate size events were not filtered (#1085)
- [WGL] Added support for `WGL_EXT_colorspace` for OpenGL ES contexts
- [WGL] Added support for `WGL_ARB_create_context_no_error`
- [GLX] Added support for `GLX_ARB_create_context_no_error`