Cloudef / wlc

High-level Wayland compositor library
MIT License
331 stars 58 forks source link

Add drag and drop stub #282

Closed L-as closed 6 years ago

L-as commented 6 years ago

This among other things allows SDL to work on wlc, since it requires version 3. Wlc only provided version 2 before this.

Some useless stuff is done in the set_actions functions currently, but this useless stuff could potentially be expanded into a functioning dnd system.

ddevault commented 6 years ago

Sweet, thanks!