refactor: Use new hyprutils casts (#11377)
This commit is contained in:
parent
aa6a78f0a4
commit
beee22a95e
116 changed files with 715 additions and 696 deletions
|
|
@ -71,7 +71,7 @@ class CXCBConnection {
|
|||
|
||||
~CXCBConnection() {
|
||||
if (m_connection) {
|
||||
Debug::log(LOG, "Disconnecting XCB connection {:x}", (uintptr_t)m_connection);
|
||||
Debug::log(LOG, "Disconnecting XCB connection {:x}", rc<uintptr_t>(m_connection));
|
||||
xcb_disconnect(m_connection);
|
||||
m_connection = nullptr;
|
||||
} else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue