Original Tiling.cpp moved to directory tiling/
This commit is contained in:
parent
a2aad27a78
commit
6db74c8d66
2 changed files with 2 additions and 1 deletions
|
@ -145,7 +145,6 @@ set(kwin_KDEINIT_SRCS
|
||||||
desktoplayout.cpp
|
desktoplayout.cpp
|
||||||
paintredirector.cpp
|
paintredirector.cpp
|
||||||
tile.cpp
|
tile.cpp
|
||||||
tiling.cpp
|
|
||||||
tilinglayout.cpp
|
tilinglayout.cpp
|
||||||
tilinglayoutfactory.cpp
|
tilinglayoutfactory.cpp
|
||||||
|
|
||||||
|
@ -160,6 +159,8 @@ set(kwin_KDEINIT_SRCS
|
||||||
|
|
||||||
# floating
|
# floating
|
||||||
tilinglayouts/floating/floating.cpp
|
tilinglayouts/floating/floating.cpp
|
||||||
|
|
||||||
|
tiling/tiling.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
if(KWIN_BUILD_SCRIPTING)
|
if(KWIN_BUILD_SCRIPTING)
|
||||||
|
|
Loading…
Reference in a new issue