Changeset 4912dd59 in mainline for uspace/srv/hid/display/ddev.h


Ignore:
Timestamp:
2020-05-19T10:21:12Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4c4d6142
Parents:
4d8002d
git-author:
Jiri Svoboda <jiri@…> (2020-05-18 18:17:47)
git-committer:
Jiri Svoboda <jiri@…> (2020-05-19 10:21:12)
Message:

Actually fill in fake cursor unit tests (paint, get_rect)

Fixed ds_cursor_paint() to work without GC (fixes post_ptd_event_wnd_switch
test) and fixed ds_cursor_paint() to render bitmap also when called
for the first time (found by the unit test).

File:
1 edited

Legend:

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

    r4d8002d r4912dd59  
    4242#include "types/display/display.h"
    4343
     44extern errno_t ds_ddev_create(ds_display_t *, ddev_t *, ddev_info_t *,
     45    char *, service_id_t, gfx_context_t *, ds_ddev_t **);
    4446extern errno_t ds_ddev_open(ds_display_t *, service_id_t, ds_ddev_t **);
    4547extern void ds_ddev_close(ds_ddev_t *);
Note: See TracChangeset for help on using the changeset viewer.