~vanvugt/mir/fix-1315302

« back to all changes in this revision

Viewing changes to src/server/graphics/offscreen/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:
86
86
    void pause();
87
87
    void resume();
88
88
 
89
 
    std::weak_ptr<Cursor> the_cursor();
 
89
    std::shared_ptr<Cursor> create_hardware_cursor(std::shared_ptr<CursorImage> const& initial_image);
90
90
    std::unique_ptr<GLContext> create_gl_context();
91
91
 
92
92
private: