Mir

Merge lp:~robert-ancell/mir/buffer-stream-prototype into lp:mir

Proposed by Robert Ancell on 2015-05-26
Status: Merged
Approved by: Andreas Pokorny on 2015-05-27
Approved revision: 2600
Merged at revision: 2599
Proposed branch: lp:~robert-ancell/mir/buffer-stream-prototype
Merge into: lp:mir
Diff against target: 17 lines (+2/-2)
1 file modified
include/client/mir_toolkit/client_types.h (+2/-2)
To merge this branch: bzr merge lp:~robert-ancell/mir/buffer-stream-prototype
Reviewer Review Type Date Requested Status
Andreas Pokorny (community) 2015-05-26 Approve on 2015-05-27
PS Jenkins bot continuous-integration Approve on 2015-05-27
Kevin DuBois (community) Approve on 2015-05-26
Alan Griffiths Needs Fixing on 2015-05-26
Review via email: mp+260094@code.launchpad.net

Commit Message

Fix name of variable of type MirBufferStream from surface to stream.

To post a comment you must log in.
Andreas Pokorny (andreas-pokorny) wrote :

while at it, please also update the documentation in line 78. then feel free to TA.

review: Needs Fixing
Alan Griffiths (alan-griffiths) wrote :

> while at it, please also update the documentation in line 78. then feel free
> to TA.

+1

review: Needs Fixing
Kevin DuBois (kdub) :
review: Approve
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'include/client/mir_toolkit/client_types.h'
2--- include/client/mir_toolkit/client_types.h 2015-03-31 02:35:42 +0000
3+++ include/client/mir_toolkit/client_types.h 2015-05-26 22:59:22 +0000
4@@ -75,11 +75,11 @@
5 /**
6 * Callback to be passed when calling:
7 * - mir_buffer_stream_* functions requiring a callback.
8- * \param [in] surface the buffer stream being updated
9+ * \param [in] stream the buffer stream being updated
10 * \param [in,out] client_context context provided by client in calling
11 * mir_connect
12 */
13-typedef void (*mir_buffer_stream_callback)(MirBufferStream *surface, void *client_context);
14+typedef void (*mir_buffer_stream_callback)(MirBufferStream *stream, void *client_context);
15
16 /**
17 * Callback for handling of surface events.

Subscribers

People subscribed via source and target branches