Skip to content
Commit 955bcd0d authored by David Redondo's avatar David Redondo 🏎 Committed by David Edmundson
Browse files

Introduce AbstractDropHandler

This abstract class represents an object that receives drag and drop
events.
This roughly maps to some of DataDevice's receiving methods, but by
being abstract
also allows us to use the same code from xwayland in a manner
transparent to all
code paths.

Preivous xwayland support with "proxy surfaces" have been removed.

--
In future it will be extended to have the mouse move events, so that we
can
avoid spying on the seat both in dataDevice and kwin's internal filter
parent ce1e9992
Pipeline #79602 passed with stage
in 5 minutes and 57 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment