devices: refactor class member vars (#10206)
This commit is contained in:
parent
40147d3a3f
commit
e9c3fcbb64
27 changed files with 585 additions and 578 deletions
|
|
@ -12,7 +12,7 @@ class CTouchDevice : public ITouch {
|
|||
private:
|
||||
CTouchDevice(SP<Aquamarine::ITouch> touch);
|
||||
|
||||
WP<Aquamarine::ITouch> touch;
|
||||
WP<Aquamarine::ITouch> m_touch;
|
||||
|
||||
struct {
|
||||
CHyprSignalListener destroy;
|
||||
|
|
@ -21,5 +21,5 @@ class CTouchDevice : public ITouch {
|
|||
CHyprSignalListener motion;
|
||||
CHyprSignalListener cancel;
|
||||
CHyprSignalListener frame;
|
||||
} listeners;
|
||||
} m_listeners;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue