kwin/plugins/platforms/wayland
Vlad Zahorodnii 62a7db7028 Use nullptr everywhere
Summary:
Because KWin is a very old project, we use three kinds of null pointer
literals: 0, NULL, and nullptr. Since C++11, it's recommended to use
nullptr keyword.

This change converts all usages of 0 and NULL literal to nullptr. Even
though it breaks git history, we need to do it in order to have consistent
code as well to ease code reviews (it's very tempting for some people to
add unrelated changes to their patches, e.g. converting NULL to nullptr).

Test Plan: Compiles.

Reviewers: #kwin, davidedmundson, romangg

Reviewed By: #kwin, davidedmundson, romangg

Subscribers: romangg, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D23618
2019-09-19 17:48:21 +03:00
..
CMakeLists.txt Cleanup style in CMakeLists.txt files 2019-09-17 16:03:05 +03:00
egl_wayland_backend.cpp Fix crash when using kwin on windowed mode 2019-03-29 18:43:47 +01:00
egl_wayland_backend.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
logging.cpp
logging.h
scene_qpainter_wayland_backend.cpp [platforms/wayland] Multi output support 2019-03-20 14:43:03 +01:00
scene_qpainter_wayland_backend.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
wayland.json SVN_SILENT made messages (.desktop file) - always resolve ours 2019-07-23 05:20:30 +02:00
wayland_backend.cpp Use nullptr everywhere 2019-09-19 17:48:21 +03:00
wayland_backend.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
wayland_output.cpp Replace Wayland/XDG outputs checks with enablement checks 2019-09-05 17:29:08 +02:00
wayland_output.h Get output pixel size from output device 2019-08-28 14:54:14 +02:00