D24542: explicitly place fullscreen windows over fullscreen

Vlad Zahorodnii <[email protected]>
Newsgroups gmane.comp.kde.devel.kwin
Message-ID <[email protected]>
zzag added inline comments.

INLINE COMMENTS

> xdgshellclient.cpp:226
>      if (needsPlacement) {
> -        const QRect area = workspace()->clientArea(PlacementArea, Screens::self()->current(), desktop());
> -        placeIn(area);
> +        if (isFullScreen()) {
> +            setFrameGeometry(workspace()->clientArea(FullScreenArea, this));

Please do instead

  if (isFullScreen()) {
      needsPlacement = false;
  }

> xdgshellclient.cpp:1508-1510
> +    if (!isMaximizable()) {
> +        return;
> +    }

Looks like an unrelated change.

REPOSITORY
  R108 KWin

REVISION DETAIL
  https://phabricator.kde.org/D24542

To: mart, #kwin, #plasma
Cc: zzag, kwin, LeGast00n, The-Feren-OS-Dev, sbergeron, jraleigh, fbampaloukas, GB_2, mkulinski, ragreen, jackyalcine, iodelay, crozbo, bwowk, ZrenBot, ngraham, alexeymin, himcesjf, lesliezhai, ali-mohamed, hardening, romangg, jensreuterberg, abetts, sebas, apol, ahiemstra, mart
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.