ci: correct tar command for xz compression & fix typos (#11213)
This commit is contained in:
parent
fd0c1f2ab4
commit
5c8d675eed
45 changed files with 85 additions and 85 deletions
|
|
@ -20,7 +20,7 @@ class CFocusGrabSurfaceState {
|
|||
enum State {
|
||||
PendingAddition,
|
||||
PendingRemoval,
|
||||
Comitted,
|
||||
Committed,
|
||||
} m_state = PendingAddition;
|
||||
|
||||
private:
|
||||
|
|
@ -35,7 +35,7 @@ class CFocusGrab {
|
|||
~CFocusGrab();
|
||||
|
||||
bool good();
|
||||
bool isSurfaceComitted(SP<CWLSurfaceResource> surface);
|
||||
bool isSurfaceCommitted(SP<CWLSurfaceResource> surface);
|
||||
|
||||
void start();
|
||||
void finish(bool sendCleared);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue