wlroots-hyprland/backend
Dominique Martinet f0d455f088 drm backend: overflow fixes
These operations are done in 32-bit arithmetics before being casted to 64-bit,
thus can overflow before the cast.
Casting early fixes the issue.

Found through static analysis
2018-06-30 11:21:22 +09:00
..
drm drm backend: overflow fixes 2018-06-30 11:21:22 +09:00
headless backends: implement custom EGL and renderer initialization 2018-05-25 14:56:52 +03:00
libinput Multiseat fixes 2018-06-14 20:46:16 +12:00
multi backend/multi: disallow multiple renderers at the same time 2018-05-19 09:09:03 +01:00
session FIX: Suprocess loops endlessly when the control socket closes. 2018-06-20 22:00:45 +02:00
wayland backend/wayland: fix keyboard keys not pressed/released when focus changes 2018-06-03 13:18:57 +01:00
x11 backends: implement custom EGL and renderer initialization 2018-05-25 14:56:52 +03:00
backend.c backends: implement custom EGL and renderer initialization 2018-05-25 14:56:52 +03:00
meson.build backend/x11: refactor, prepare support for multiple outputs 2018-03-30 23:51:16 -04:00