Skip to content
Success

Changes

Summary

  1. Examples: disable MSVC warning C5287 in nuklear.h (commit: d30d633) (details)
  2. Wayland: Ignore key repeat events when no window has keyboard focus (#2732) (commit: 506c11b) (details)
Commit d30d63313c5876f9ce8770f79cd59dd7109a768e by doug
Examples: disable MSVC warning C5287 in nuklear.h

Latest MSVC has a warning `operands are different enum types` which this disables until upstream nuklear fixes this
(commit: d30d633)
The file was modifieddeps/nuklear.h (diff)
Commit 506c11ba43b901dbcc4d90449f46de67cf000af4 by noreply
Wayland: Ignore key repeat events when no window has keyboard focus (#2732)

* Wayland: Ignore key repeat events when no window has keyboard focus
(commit: 506c11b)
The file was modifiedREADME.md (diff)
The file was modifiedCONTRIBUTORS.md (diff)
The file was modifiedsrc/wl_window.c (diff)