~brandontschaefer/mir/first-round-deprecation

« back to all changes in this revision

Viewing changes to include/client/mir_toolkit/mir_buffer_stream.h

  • Committer: Brandon Schaefer
  • Date: 2016-12-13 18:06:42 UTC
  • Revision ID: brandon.schaefer@canonical.com-20161213180642-yubpqwzhbx2lrpk4
* Dont say we are deprecated in the documentation until we are

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
/**
53
53
 * Create a new buffer stream. 
54
54
 *
55
 
 * // FIXME Wait for replacement before deprecating
56
 
 * \deprecated See mir_render_surface_create_buffer_stream
 
55
 * // FIXME Waiting for mir_render_surface_create_buffer_stream
57
56
 *
58
57
 * For example, the resulting buffer stream may be used
59
58
 * with mir_cursor_configuration_from_buffer_stream, 
86
85
 * mir_cursor_configuration_from_buffer_stream in order to post images 
87
86
 * to the system cursor.
88
87
 *
89
 
 * // FIXME Wait for replacement before deprecating
90
 
 * \deprecated See mir_render_surface_create_buffer_stream_sync
 
88
 * // FIXME Waiting for mir_render_surface_create_buffer_stream_sync
91
89
 *
92
90
 * \param [in] connection       A valid connection
93
91
 * \param [in] width            Requested buffer width
155
153
/**
156
154
 * Retrieve the current buffer in "raw" representation.
157
155
 *
158
 
 * // FIXME Waiting for replacement
159
 
 * \deprecated Replaced by a platform specific extension
 
156
 * // FIXME Waiting for a platform specific extension
160
157
 *
161
158
 *   \pre                         The buffer stream is valid
162
159
 *   \param [in]  buffer_stream   The buffer stream
208
205
/**
209
206
 * Retrieve a window type which may be used by EGL.
210
207
 *
211
 
 * // FIXME Wait for RenderSurface to land
212
 
 * \deprecated No replacement, use MirRenderSurface * directly with EGL
 
208
 * // FIXME Waiting for MirRenderSurface* to then use directly with EGL
213
209
 *
214
210
 *   \param [in] buffer_stream The buffer stream
215
211
 *   \return                   An EGLNativeWindowType that the client can use