Changeset 24cf391a in mainline for uspace/srv/hid/display/output.h


Ignore:
Timestamp:
2019-12-03T10:59:47Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
973efd36
Parents:
79949f3
git-author:
Jiri Svoboda <jiri@…> (2019-11-02 18:59:43)
git-committer:
Jiri Svoboda <jiri@…> (2019-12-03 10:59:47)
Message:

Switch window focus on mouse click

File:
1 edited

Legend:

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

    r79949f3 r24cf391a  
    3838
    3939#include <gfx/context.h>
     40#include <io/kbd_event.h>
     41#include <io/pos_event.h>
    4042
    4143extern errno_t output_init(void (*)(void *, kbd_event_t *), void *,
     44    void (*)(void *, pos_event_t *), void *,
    4245    gfx_context_t **);
    4346
Note: See TracChangeset for help on using the changeset viewer.