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

« back to all changes in this revision

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

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    void make_current();
64
64
    void release_current();
65
65
 
 
66
    std::weak_ptr<Cursor> the_cursor();
 
67
 
66
68
protected:
67
69
    EGLDisplay egl_display;
68
70
    EGLSurface egl_surface;