Diffusion KWin 42e82f09be74

Move Q_PROPERTY definitions from Client to AbstractClient

Authored by graesslin on Aug 29 2016, 5:53 AM.

Description

Move Q_PROPERTY definitions from Client to AbstractClient

The properties:

  • maximizable
  • moveable
  • moveableAcrossScreens
  • resizeable

Were only defined on Client instead of AbstractClient. This resulted
in the EffectWindow having those properties evaluate always to false
for a ShellClient and breaking some effects.

BUG: 355947

Details

Committed
graesslinAug 29 2016, 5:53 AM
Parents
R108:1c1dca6da49b: Move registerMetaType for SurfaceInterface* to main.cpp
Branches
Unknown
Tags
Unknown