cursor: Restore drag icon after the move to scene-graph

Also move everything DnD related to src/dnd.c
This commit is contained in:
Consolatis 2022-09-18 05:40:52 +02:00 committed by Johan Malm
parent 3e1a800c14
commit deb658b672
6 changed files with 241 additions and 55 deletions

View file

@ -4,6 +4,7 @@ labwc_sources = files(
'cursor.c',
'debug.c',
'desktop.c',
'dnd.c',
'foreign.c',
'interactive.c',
'keyboard.c',