kwin/src/backends
Vlad Zahorodnii 5f83f2a781 Replace abort() with Q_ASSERT and Q_UNREACHABLE
This change replaces abort() with Q_ASSERT and Q_UNREACHABLE() macros to
make kwin code base consistent. Besides that, Q_UNREACHABLE may
potentially provide the compiler more info that can be used to generate
more efficient machine code.
2022-01-04 10:28:42 +02:00
..
drm Apply the rgbrange read from Kscreen configuration on startup 2022-01-03 15:40:52 +00:00
fakeinput
fbdev make software cursors work per output 2021-12-28 18:42:29 +00:00
libinput Replace abort() with Q_ASSERT and Q_UNREACHABLE 2022-01-04 10:28:42 +02:00
virtual make software cursors work per output 2021-12-28 18:42:29 +00:00
wayland make software cursors work per output 2021-12-28 18:42:29 +00:00
x11 scenes/opengl: Move copying front buffer to back buffer to X11 specific code 2021-12-29 15:11:40 +00:00
CMakeLists.txt