Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
chore: remove unsupported skiptaskbar linux impl (electron#35179)
Browse files Browse the repository at this point in the history
chore: unsupported skiptaskbar linux impl
  • Loading branch information
deepak1556 authored and khalwa committed Feb 22, 2023
1 parent 6881151 commit 2688e2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions shell/browser/native_window_views.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1040,10 +1040,6 @@ void NativeWindowViews::SetSkipTaskbar(bool skip) {
taskbar->AddTab(GetAcceleratedWidget());
taskbar_host_.RestoreThumbarButtons(GetAcceleratedWidget());
}
#elif defined(USE_OZONE_PLATFORM_X11)
if (IsX11())
SetWMSpecState(static_cast<x11::Window>(GetAcceleratedWidget()), skip,
x11::GetAtom("_NET_WM_STATE_SKIP_TASKBAR"));
#endif
}

Expand Down

0 comments on commit 2688e2b

Please sign in to comment.