core: use new typed signals from hu (#10853)
This commit is contained in:
parent
2f34ef141b
commit
78e9eddfb6
85 changed files with 667 additions and 865 deletions
|
|
@ -18,7 +18,7 @@ class CCursorShapeProtocol : public IWaylandProtocol {
|
|||
};
|
||||
|
||||
struct {
|
||||
CSignal setShape;
|
||||
CSignalT<SSetShapeEvent> setShape;
|
||||
} m_events;
|
||||
|
||||
private:
|
||||
|
|
@ -38,4 +38,4 @@ class CCursorShapeProtocol : public IWaylandProtocol {
|
|||
|
||||
namespace PROTO {
|
||||
inline UP<CCursorShapeProtocol> cursorShape;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue