https://bugs.kde.org/show_bug.cgi?id=424589
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/commit/54427623716a | |42ade3c8c33eb8a6b1e132e2bdb | |4 --- Comment #10 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 54427623716a42ade3c8c33eb8a6b1e132e2bdb4 by Vlad Zahorodnii. Committed on 29/10/2020 at 08:53. Pushed by vladz into branch 'master'. platforms/drm: Use a software cursor if the cursor image is too big When dragging files on the desktop, the cursor image might be just too big for the cursor plane, in which case we need to abandon hardware cursors for a brief moment and use a software cursor. Once the files have been dropped and the cursor image is small enough, we can go back to using hw cursors. M +29 -4 platform.cpp M +18 -0 platform.h M +32 -21 plugins/platforms/drm/drm_backend.cpp M +2 -1 plugins/platforms/drm/drm_backend.h M +1 -1 plugins/platforms/drm/drm_gpu.cpp M +25 -10 plugins/platforms/drm/drm_output.cpp M +1 -1 plugins/platforms/drm/drm_output.h M +1 -1 plugins/platforms/fbdev/fb_backend.cpp M +1 -1 plugins/platforms/virtual/virtual_backend.cpp https://invent.kde.org/plasma/kwin/commit/54427623716a42ade3c8c33eb8a6b1e132e2bdb4 -- You are receiving this mail because: You are watching all bug changes.