kwin/plugins/platforms/x11/windowed
Aleix Pol 6abd23ed02 Make it possible to have a separate cursor for the tablet
Summary:
As is KWin only had 1 Cursor which was a singleton. This made it impossible for
us to properly implement the tablet (as in drawing tablets) support and show where
we're drawing.
This patch makes it possible to have different Cursors in KWin, it makes all the
current code still follow the mouse but the tablet can still render a cursor.

Test Plan: Tests pass, been using it and works as well as before but with beautiful tablet cursors.

Reviewers: #kwin, cblack, davidedmundson

Reviewed By: #kwin, cblack, davidedmundson

Subscribers: davidedmundson, cblack, kwin

Tags: #kwin

Differential Revision: https://phabricator.kde.org/D28155
2020-04-03 01:16:45 +02:00
..
CMakeLists.txt Cleanup style in CMakeLists.txt files 2019-09-17 16:03:05 +03:00
egl_x11_backend.cpp Fix viewport on vertically stacked monitors 2017-10-25 23:13:44 +01:00
egl_x11_backend.h Use more traditional doxygen style 2019-07-29 22:06:19 +03:00
logging.cpp Move the x11 plugin sources into a x11/windowed directory 2016-04-12 08:04:16 +02:00
logging.h Move the x11 plugin sources into a x11/windowed directory 2016-04-12 08:04:16 +02:00
scene_qpainter_x11_backend.cpp Port away from deprecated QImage::byteCount 2019-07-10 02:02:15 +03:00
scene_qpainter_x11_backend.h Run clang-tidy with modernize-use-override check 2019-07-22 20:03:22 +03:00
x11.json SVN_SILENT made messages (.desktop file) - always resolve ours 2019-06-21 05:35:42 +02:00
x11windowed_backend.cpp Make it possible to have a separate cursor for the tablet 2020-04-03 01:16:45 +02:00
x11windowed_backend.h [platforms/x11] Get rid of some code duplication in windowed backend 2019-09-15 00:16:33 +03:00
x11windowed_output.cpp Fix compile failure window variable doesn't exist 2019-09-15 13:00:26 +02:00
x11windowed_output.h [platforms/x11] Get rid of some code duplication in windowed backend 2019-09-15 00:16:33 +03:00