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


Ignore:
Timestamp:
2020-01-09T16:44:57Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
946a666
Parents:
8e9781f
git-author:
Jiri Svoboda <jiri@…> (2020-01-09 18:44:03)
git-committer:
Jiri Svoboda <jiri@…> (2020-01-09 16:44:57)
Message:

Moving windows by mouse drag

File:
1 edited

Legend:

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

    r8e9781f ra40ae0d  
    3939#include <errno.h>
    4040#include <io/kbd_event.h>
     41#include <io/pos_event.h>
    4142#include "types/display/display.h"
    4243#include "types/display/seat.h"
     
    5051extern errno_t ds_seat_post_kbd_event(ds_seat_t *, kbd_event_t *);
    5152extern errno_t ds_seat_post_ptd_event(ds_seat_t *, ptd_event_t *);
     53extern errno_t ds_seat_post_pos_event(ds_seat_t *, pos_event_t *);
    5254
    5355#endif
Note: See TracChangeset for help on using the changeset viewer.