Expose frameGeometryChanged signal to effects
ClosedPublic

Authored by zzag on Jan 23 2020, 10:08 AM.

Diff Detail

Repository
R108 KWin
Lint
Lint ErrorsExcuse: fsafdsa
SeverityLocationCodeMessage
Errorinput.h:310CppcheckunknownMacro
Errorinput.h:310CppcheckunknownMacro
Errorlibkwineffects/kwinglobals.h:150CppcheckunknownMacro
Unit
No Unit Test Coverage
Build Status
Buildable 21550
Build 21568: arc lint + arc unit
zzag created this revision.Jan 23 2020, 10:08 AM
Restricted Application added a project: KWin. · View Herald TranscriptJan 23 2020, 10:08 AM
Restricted Application added a subscriber: kwin. · View Herald Transcript
zzag requested review of this revision.Jan 23 2020, 10:08 AM
zzag updated this revision to Diff 74201.Jan 23 2020, 10:16 AM

s/@see/@since/

davidedmundson accepted this revision.Jan 23 2020, 11:51 AM
davidedmundson added a subscriber: davidedmundson.

Makes sense.

On a related note, can you make sure the properties of EffectWindow are up to date with these geometry changes. It only has 2 geometries, which isn't nearly enough!

This revision is now accepted and ready to land.Jan 23 2020, 11:51 AM
zzag added a comment.Jan 23 2020, 1:03 PM

On a related note, can you make sure the properties of EffectWindow are up to date with these geometry changes. It only has 2 geometries, which isn't nearly enough!

Aren't they up to date already?

This revision was automatically updated to reflect the committed changes.