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


Ignore:
Timestamp:
2019-12-11T16:58:30Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4d9c807
Parents:
5bded44
Message:

Movement events from input server, display pointer, focus by click again

File:
1 edited

Legend:

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

    r5bded44 r4fbdc3d  
    4141#include "types/display/display.h"
    4242#include "types/display/seat.h"
     43#include "types/display/ptd_event.h"
    4344#include "types/display/window.h"
    4445
     
    4849extern void ds_seat_evac_focus(ds_seat_t *, ds_window_t *);
    4950extern errno_t ds_seat_post_kbd_event(ds_seat_t *, kbd_event_t *);
     51extern errno_t ds_seat_post_ptd_event(ds_seat_t *, ptd_event_t *);
    5052
    5153#endif
Note: See TracChangeset for help on using the changeset viewer.