Diffusion KWin ca3cbbce8493

[colorcorrection] Make GammaRamp non-copyable

Authored by zzag on Oct 7 2018, 5:35 PM.

Description

[colorcorrection] Make GammaRamp non-copyable

Summary:
GammaRamp deletes an array in the destructor thus we have to either
declare our own copy constructor and copy assignment operator or
delete them both.

GammaRamp looks more like an identity rather than a value so both copy
constructor and copy assignment operator were deleted.

Test Plan: Compiles.

Reviewers: KWin, romangg

Reviewed By: KWin, romangg

Subscribers: kwin

Tags: KWin

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

Details

Committed
zzagOct 7 2018, 5:57 PM
Reviewer
KWin
Differential Revision
D16023: [colorcorrection] Make GammaRamp non-copyable
Parents
R108:29a49f865631: [wayland] Use pending maximize mode in decoration updates
Branches
Unknown
Tags
Unknown