~mir-team/mir/trunk-0.1.7

« back to all changes in this revision

Viewing changes to src/client/mir_screencast_api.cpp

  • Committer: CI bot
  • Author(s): Tarmac, Daniel van Vugt, Kevin Gunn
  • Date: 2014-03-10 19:28:33 UTC
  • mfrom: (1160.196.70 trunk-0.1.6)
  • Revision ID: ps-jenkins@lists.canonical.com-20140310192833-0tjthcchenlofkyv
Latest upstream release of Mir 0.1.6 (lp:~mir-team/mir/development-branch r1433) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
96
96
 
97
97
MirEGLNativeWindowType mir_screencast_egl_native_window(MirScreencast* screencast)
98
98
{
99
 
    return screencast->egl_native_window();
 
99
    return reinterpret_cast<MirEGLNativeWindowType>(screencast->egl_native_window());
100
100
}