Changeset 4d8002d in mainline for uspace/srv/hid/display/display.h


Ignore:
Timestamp:
2020-05-15T16:18:51Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4912dd59
Parents:
6feccae
Message:

Bitmapped mouse cursor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/display.h

    r6feccae r4d8002d  
    4343#include <io/kbd_event.h>
    4444#include "types/display/client.h"
     45#include "types/display/cursor.h"
    4546#include "types/display/ddev.h"
    4647#include "types/display/display.h"
     
    7576extern ds_ddev_t *ds_display_first_ddev(ds_display_t *);
    7677extern ds_ddev_t *ds_display_next_ddev(ds_ddev_t *);
     78extern void ds_display_add_cursor(ds_display_t *, ds_cursor_t *);
     79extern void ds_display_remove_cursor(ds_cursor_t *);
    7780extern gfx_context_t *ds_display_get_gc(ds_display_t *);
    7881extern errno_t ds_display_paint_bg(ds_display_t *, gfx_rect_t *);
Note: See TracChangeset for help on using the changeset viewer.