protocols/cm: Fix preferred image description (#11026)
This commit is contained in:
parent
bc764f7065
commit
e15014e031
6 changed files with 50 additions and 8 deletions
|
|
@ -89,6 +89,14 @@ class CColorManagementFeedbackSurface {
|
|||
wl_client* m_client = nullptr;
|
||||
|
||||
WP<CColorManagementImageDescription> m_currentPreferred;
|
||||
uint32_t m_currentPreferredId = 0;
|
||||
|
||||
struct {
|
||||
CHyprSignalListener enter;
|
||||
CHyprSignalListener leave;
|
||||
} m_listeners;
|
||||
|
||||
void onPreferredChanged();
|
||||
|
||||
friend class CColorManagementProtocol;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue