Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/layout.h

    rb7fd2a0 r8d2dd7f2  
    5151/** Layout ops */
    5252typedef struct layout_ops {
    53         errno_t (*create)(layout_t *);
     53        int (*create)(layout_t *);
    5454        void (*destroy)(layout_t *);
    5555        wchar_t (*parse_ev)(layout_t *, kbd_event_t *);
Note: See TracChangeset for help on using the changeset viewer.