Changeset 978c9bc5 in mainline for uspace/srv/hid/display/seat.h


Ignore:
Timestamp:
2020-06-04T16:18:04Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d70e7b7b
Parents:
dbef30f
Message:

Pointer needs to be drawn as part of ds_display_paint

Everything needs to be painted from ds_display_paint. The pointers were
painted in an immediate fashion when they changed. Any window update
would wipe them.

File:
1 edited

Legend:

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

    rdbef30f r978c9bc5  
    3838
    3939#include <errno.h>
     40#include <gfx/coord.h>
    4041#include <io/kbd_event.h>
    4142#include <io/pos_event.h>
     
    5354extern errno_t ds_seat_post_pos_event(ds_seat_t *, pos_event_t *);
    5455extern void ds_seat_set_wm_cursor(ds_seat_t *, ds_cursor_t *);
     56extern errno_t ds_seat_paint_pointer(ds_seat_t *, gfx_rect_t *);
    5557
    5658#endif
Note: See TracChangeset for help on using the changeset viewer.