~vanvugt/mir/fix-1315302

« back to all changes in this revision

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

Extract cursor image from the builtin cursor in preparation for client cursor API.

Approved by PS Jenkins bot, Alberto Aguirre, Chris Halse Rogers.

Show diffs side-by-side

added added

removed removed

Lines of Context:
65
65
    void pause();
66
66
    void resume();
67
67
 
68
 
    std::weak_ptr<Cursor> the_cursor();
 
68
    std::shared_ptr<Cursor> create_hardware_cursor(std::shared_ptr<CursorImage> const& initial_image);
69
69
    std::unique_ptr<graphics::GLContext> create_gl_context();
70
70
 
71
71
private: