mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
Move input related source files into src/input/
This commit is contained in:
parent
d2c403b84f
commit
67a8ae8561
11 changed files with 13 additions and 10 deletions
|
|
@ -1,15 +1,12 @@
|
|||
labwc_sources = files(
|
||||
'action.c',
|
||||
'buffer.c',
|
||||
'cursor.c',
|
||||
'debug.c',
|
||||
'desktop.c',
|
||||
'dnd.c',
|
||||
'foreign.c',
|
||||
'idle.c',
|
||||
'interactive.c',
|
||||
'keyboard.c',
|
||||
'key-state.c',
|
||||
'layers.c',
|
||||
'main.c',
|
||||
'node.c',
|
||||
|
|
@ -21,7 +18,6 @@ labwc_sources = files(
|
|||
'server.c',
|
||||
'session-lock.c',
|
||||
'snap.c',
|
||||
'touch.c',
|
||||
'theme.c',
|
||||
'view.c',
|
||||
'view-impl-common.c',
|
||||
|
|
@ -39,9 +35,10 @@ if have_xwayland
|
|||
endif
|
||||
|
||||
|
||||
subdir('button')
|
||||
subdir('common')
|
||||
subdir('config')
|
||||
subdir('decorations')
|
||||
subdir('button')
|
||||
subdir('input')
|
||||
subdir('menu')
|
||||
subdir('ssd')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue