~mir-team/mir/in-process-egl+input-conglomeration

« back to all changes in this revision

Viewing changes to src/server/graphics/android/android_display.cpp

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
178
178
{
179
179
    eglMakeCurrent(egl_display, EGL_NO_SURFACE, EGL_NO_SURFACE, EGL_NO_CONTEXT);
180
180
}
 
181
 
 
182
 
 
183
auto mga::AndroidDisplay::the_cursor() -> std::weak_ptr<Cursor>
 
184
{
 
185
    return std::weak_ptr<Cursor>();
 
186
}