Move xcursor stuff into its own file

This commit is contained in:
emersion 2017-10-27 19:09:38 +02:00
parent ad27cc3bff
commit ec5beeb8b8
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
6 changed files with 65 additions and 40 deletions

View file

@ -10,6 +10,7 @@ sources = [
'pointer.c',
'tablet_tool.c',
'touch.c',
'xcursor.c',
'xdg_shell_v6.c',
'wl_shell.c',
]