Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gfx/include/types/gfx/ops/context.h

    rbb14312 r7470d97  
    4444#include <types/gfx/coord.h>
    4545#include <types/gfx/context.h>
    46 #include <stdbool.h>
    4746
    4847/** Graphics context ops */
     
    6564        /** Get bitmap allocation info */
    6665        errno_t (*bitmap_get_alloc)(void *, gfx_bitmap_alloc_t *);
    67         /** Get hardware cursor position */
    68         errno_t (*cursor_get_pos)(void *, gfx_coord2_t *);
    69         /** Set hardware cursor position */
    70         errno_t (*cursor_set_pos)(void *, gfx_coord2_t *);
    71         /** Set hardware cursor visibility */
    72         errno_t (*cursor_set_visible)(void *, bool);
    7366} gfx_context_ops_t;
    7467
Note: See TracChangeset for help on using the changeset viewer.