https://bugs.kde.org/show_bug.cgi?id=423052

David Edmundson <k...@davidedmundson.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/kwin/commit/34c1bccdb797
                   |                            |d72c0f0db75ef87ec25695ac6d0
                   |                            |1
         Resolution|---                         |FIXED

--- Comment #3 from David Edmundson <k...@davidedmundson.co.uk> ---
Git commit 34c1bccdb797d72c0f0db75ef87ec25695ac6d01 by David Edmundson.
Committed on 22/06/2020 at 15:51.
Pushed by davidedmundson into branch 'Plasma/5.19'.

Fix build with loadThemeCursor templates

WaylandCursorImage::loadThemeCursor(const T &shape) uses templates.
These templates are used by input.cpp but the deifnition is in
pointer_input.cpp

On some setups this creates a compilation problem.

This patch introduces an explicit non-templated declaration with the
defintion explicitly complied into the same class.

In master this has been refactored away anyway, so this is a minimal
patch to make things working in the least invasive way.

M  +1    -1    input.cpp
M  +6    -0    pointer_input.cpp
M  +3    -0    pointer_input.h

https://invent.kde.org/plasma/kwin/commit/34c1bccdb797d72c0f0db75ef87ec25695ac6d01

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to