Ignore:
Timestamp:
2020-02-10T19:01:42Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b43edabe
Parents:
287688f
Message:

Propagate position event to display clients

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/display/include/types/display.h

    r287688f rf7fb2b21  
    3939#include <fibril_synch.h>
    4040#include <io/kbd_event.h>
     41#include <io/pos_event.h>
    4142#include <stdint.h>
    4243
     
    5859typedef struct {
    5960        void (*kbd_event)(void *, kbd_event_t *);
     61        void (*pos_event)(void *, pos_event_t *);
    6062} display_wnd_cb_t;
    6163
Note: See TracChangeset for help on using the changeset viewer.