mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-08-31 06:26:18 +00:00
Switch more XCB code to base::Platform::XCB::Connection
This commit is contained in:
@@ -564,7 +564,7 @@ bool SkipTaskbarSupported() {
|
||||
#ifndef DESKTOP_APP_DISABLE_X11_INTEGRATION
|
||||
if (IsX11()) {
|
||||
return base::Platform::XCB::IsSupportedByWM(
|
||||
base::Platform::XCB::GetConnectionFromQt(),
|
||||
base::Platform::XCB::Connection(),
|
||||
"_NET_WM_STATE_SKIP_TASKBAR");
|
||||
}
|
||||
#endif // !DESKTOP_APP_DISABLE_X11_INTEGRATION
|
||||
|
Reference in New Issue
Block a user