Diffusion KWin a3dc2ad5a26e

Move NonComposited Outline into the X11 standalone platform

Authored by graesslin on Aug 21 2017, 9:59 AM.

Description

Move NonComposited Outline into the X11 standalone platform

Summary:
Creating the OutlineVisual is moved into the Platform API. The default
implementation creates the composited OutlineVisual. The X11 standalone
platform overrides it and creates the non composited outline in case no
compositing is used.

Test Plan:
Run kwin_x11 with KWIN_COMPOSE=N and KWIN_COMPOSE=X,
non composited outline and composited outline loaded

Reviewers: KWin, Plasma

Subscribers: plasma-devel, kwin

Tags: KWin

Differential Revision: https://phabricator.kde.org/D7450

Details