protocols: Fix blocked color management get_information (#9563)

This commit is contained in:
Lee Bousfield 2025-03-07 16:54:56 -06:00 committed by GitHub
parent 7753e8ea68
commit 8ce1665fdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 8 deletions

View file

@ -119,7 +119,7 @@ class CXXColorManagementParametricCreator {
class CXXColorManagementImageDescription {
public:
CXXColorManagementImageDescription(SP<CXxImageDescriptionV4> resource_, bool allowGetInformation = false);
CXXColorManagementImageDescription(SP<CXxImageDescriptionV4> resource_, bool allowGetInformation);
bool good();
wl_client* client();