mirror of
https://github.com/labwc/labwc.git
synced 2025-11-05 13:29:58 -05:00
foreign-toplevel: create generic abstraction
This commit is contained in:
parent
5e1f91c9d1
commit
2a825008c6
15 changed files with 463 additions and 196 deletions
|
|
@ -5,7 +5,6 @@ labwc_sources = files(
|
|||
'desktop.c',
|
||||
'dnd.c',
|
||||
'edges.c',
|
||||
'foreign.c',
|
||||
'idle.c',
|
||||
'interactive.c',
|
||||
'layers.c',
|
||||
|
|
@ -54,6 +53,7 @@ subdir('img')
|
|||
subdir('common')
|
||||
subdir('config')
|
||||
subdir('decorations')
|
||||
subdir('foreign-toplevel')
|
||||
subdir('input')
|
||||
subdir('menu')
|
||||
subdir('ssd')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue