Makes use of new API in kwayland to expose shade state.
Depends on D1417.
Makes use of new API in kwayland to expose shade state.
Depends on D1417.
Automatic diff as part of commit; lint not applicable. |
Automatic diff as part of commit; unit tests not applicable. |
abstract_client.cpp | ||
---|---|---|
652 | for historic reasons in KWin it's called isShade and not isShaded |
abstract_client.cpp | ||
---|---|---|
651 | I chose to go without the 'e' because kwayland has existing API in this style, e.g. IsMinimizable and IsMaximizable. Maybe there's some sort of orthography rule deciding when it's dropped and when it's kept ... |
abstract_client.cpp | ||
---|---|---|
651 | Some info: It's a wash. kwin uses e here. kwayland actually has both e and no-e examples. I can change it, but note the change actually needs to happen in the dependent revision since it's a kwayland method. |