wlr-data-device: move to hyprland impl

This commit is contained in:
Vaxry
2024-05-12 15:55:46 +01:00
parent 7eeee2c94e
commit eed1361f39
8 changed files with 717 additions and 0 deletions

View File

@@ -297,6 +297,8 @@ CWLDataDeviceManagerResource::CWLDataDeviceManagerResource(SP<CWlDataDeviceManag
RESOURCE->self = RESOURCE;
sources.push_back(RESOURCE);
LOGM(LOG, "New data source bound at {:x}", (uintptr_t)RESOURCE.get());
});