Commit graph

6 commits

Author SHA1 Message Date
Ian Douglas Scott
6b9faab87b dnd: Don't call Arc::get_mut
The caller of `start_dnd` may also have a reference, so this can panic.
Either the public API shouldn't take an `Arc` or this should be avoided.

There doesn't seem to be any reason this is needed anyway.
2025-01-02 09:14:49 -08:00
Ashley Wulber
1832d5637b
refactor: remove Sized bound 2024-09-20 15:10:45 -04:00
Ashley Wulber
c9e7a8e2fa
refactor: use rwh 2024-03-29 15:48:29 -04:00
Ashley Wulber
42a888736b
refactor: use icon type when starting dnd 2024-03-27 18:28:59 -04:00
Ashley Wulber
5bfbaae180
refactor: update smithay-clipboard 2024-03-26 17:32:09 -04:00
Ashley Wulber
228288dfdf
feat: dnd integration 2024-03-26 16:03:05 -04:00