Add CriticalNotification window type to PlasmaShellSurface protocol
ClosedPublic

Authored by broulik on Apr 17 2019, 8:27 AM.

Details

Test Plan

Compiles, tests adjusted and pass.

Diff Detail

Repository
R127 KWayland
Lint
Lint Skipped
Unit
Unit Tests Skipped
broulik created this revision.Apr 17 2019, 8:27 AM
Restricted Application added a project: Frameworks. · View Herald TranscriptApr 17 2019, 8:27 AM
Restricted Application added a subscriber: kde-frameworks-devel. · View Herald Transcript
broulik requested review of this revision.Apr 17 2019, 8:27 AM

if (wl_proxy_get_version(d->surface) < ORG_KDE_PLASMA_SURFACE_ROLE_CRITICALNOTIFICATION_SINCE_VERSION) {
//handle error code
}

src/client/protocols/plasma-shell.xml
194
broulik updated this revision to Diff 56884.Apr 24 2019, 10:28 AM
broulik edited the test plan for this revision. (Show Details)
  • do proper versioning
zzag accepted this revision.Apr 26 2019, 1:04 PM
zzag added a subscriber: zzag.
zzag added inline comments.
src/client/protocols/plasma-shell.xml
194

Also, folks usually put

<!-- Version N additions -->

:-)

This revision is now accepted and ready to land.Apr 26 2019, 1:04 PM
zzag added a comment.Apr 26 2019, 1:04 PM

Please land together with other revisions.