Mir

Merge lp:~vanvugt/mir/fix-mir_window_get_buffer_stream-deprecation into lp:mir

Proposed by Daniel van Vugt
Status: Merged
Approved by: Daniel van Vugt
Approved revision: no longer in the source branch.
Merged at revision: 4161
Proposed branch: lp:~vanvugt/mir/fix-mir_window_get_buffer_stream-deprecation
Merge into: lp:mir
Diff against target: 12 lines (+1/-1)
1 file modified
include/client/mir_toolkit/mir_window.h (+1/-1)
To merge this branch: bzr merge lp:~vanvugt/mir/fix-mir_window_get_buffer_stream-deprecation
Reviewer Review Type Date Requested Status
Andreas Pokorny (community) Approve
Mir CI Bot continuous-integration Approve
Mir development team Pending
Review via email: mp+323455@code.launchpad.net

Commit message

Fix wrong deprecation message that was copy/pasted in for
mir_window_get_buffer_stream.

To post a comment you must log in.
Revision history for this message
Mir CI Bot (mir-ci-bot) wrote :

PASSED: Continuous integration, rev:4159
https://mir-jenkins.ubuntu.com/job/mir-ci/3385/
Executed test runs:
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-mir/4583
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-0-fetch/4711
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-1-sourcepkg/release=xenial+overlay/4700
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-1-sourcepkg/release=zesty/4700
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=amd64,compiler=clang,platform=mesa,release=zesty/4615
        deb: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=amd64,compiler=clang,platform=mesa,release=zesty/4615/artifact/output/*zip*/output.zip
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=amd64,compiler=gcc,platform=mesa,release=xenial+overlay/4615
        deb: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=amd64,compiler=gcc,platform=mesa,release=xenial+overlay/4615/artifact/output/*zip*/output.zip
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=amd64,compiler=gcc,platform=mesa,release=zesty/4615
        deb: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=amd64,compiler=gcc,platform=mesa,release=zesty/4615/artifact/output/*zip*/output.zip
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=cross-armhf,compiler=gcc,platform=mesa,release=zesty/4615
        deb: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=cross-armhf,compiler=gcc,platform=mesa,release=zesty/4615/artifact/output/*zip*/output.zip
    SUCCESS: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=i386,compiler=gcc,platform=mesa,release=xenial+overlay/4615
        deb: https://mir-jenkins.ubuntu.com/job/build-2-binpkg-mir/arch=i386,compiler=gcc,platform=mesa,release=xenial+overlay/4615/artifact/output/*zip*/output.zip

Click here to trigger a rebuild:
https://mir-jenkins.ubuntu.com/job/mir-ci/3385/rebuild

review: Approve (continuous-integration)
Revision history for this message
Andreas Pokorny (andreas-pokorny) wrote :

sure

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'include/client/mir_toolkit/mir_window.h'
--- include/client/mir_toolkit/mir_window.h 2017-04-13 07:00:27 +0000
+++ include/client/mir_toolkit/mir_window.h 2017-05-01 09:53:21 +0000
@@ -710,7 +710,7 @@
710 * \param[in] window The window710 * \param[in] window The window
711 */711 */
712MirBufferStream* mir_window_get_buffer_stream(MirWindow* window)712MirBufferStream* mir_window_get_buffer_stream(MirWindow* window)
713 __attribute__((deprecated("Use mir_window_spec_set_cursor_name/mir_window_spec_set_cursor_render_surface instead")));713 __attribute__((deprecated("Use mir_window_spec_add_render_surface during window creation/modification instead")));
714/**714/**
715 * Retrieve a text description of the error. The returned string is owned by715 * Retrieve a text description of the error. The returned string is owned by
716 * the library and remains valid until the window or the associated716 * the library and remains valid until the window or the associated

Subscribers

People subscribed via source and target branches