~vanvugt/mir/heresy

« back to all changes in this revision

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

  • Committer: Daniel van Vugt
  • Date: 2015-06-03 07:35:16 UTC
  • mfrom: (2600.2.13 development-branch)
  • Revision ID: daniel.van.vugt@canonical.com-20150603073516-av54iqy9ngrkrf2t
Merge latest trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
56
56
 */
57
57
MirBufferStream* mir_screencast_get_buffer_stream(MirScreencast *screencast);
58
58
 
59
 
/**
60
 
 * Get a window type that can be used by EGL.
61
 
 *   \param [in] screencast  The screencast
62
 
 *   \return                 An EGLNativeWindowType that the client can use
63
 
 */
64
 
MirEGLNativeWindowType mir_screencast_egl_native_window(MirScreencast *screencast) __attribute__((__deprecated__("Use mir_screencast_get_buffer_stream and the corresponding mir_buffer_stream* function")));
65
 
 
66
59
#ifdef __cplusplus
67
60
}
68
61
/**@}*/