feat(wayland): custom layershell implementation
A fair amount of things are broken but not in the layershell interface itself. The shell window platform extensions are next in line for refactoring and relevent issues will be fixed then. Same for docs.
This commit is contained in:
parent
b0567a569b
commit
4a82949854
21 changed files with 1167 additions and 401 deletions
|
@ -31,12 +31,12 @@ SpaceBeforeInheritanceColon: false
|
|||
SpaceBeforeParens: ControlStatementsExceptControlMacros
|
||||
SortIncludes: CaseSensitive
|
||||
PointerAlignment: Left
|
||||
PackConstructorInitializers: NextLine
|
||||
PackConstructorInitializers: CurrentLine
|
||||
LineEnding: LF
|
||||
InsertBraces: false
|
||||
BreakConstructorInitializers: AfterColon
|
||||
BreakConstructorInitializers: BeforeComma
|
||||
BreakBeforeBraces: Custom
|
||||
BreakInheritanceList: AfterColon
|
||||
BreakInheritanceList: BeforeComma
|
||||
AllowAllParametersOfDeclarationOnNextLine: false
|
||||
AllowAllArgumentsOnNextLine: false
|
||||
AlwaysBreakTemplateDeclarations: Yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue