Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/layout/ar.c

    rc928bb7 rb7fd2a0  
    11/*
    22 * Copyright (c) 2011 Jiri Svoboda
    3  * Copyright (c) 2012 Mohammed Q. Hussain (For Arabic Keyboard)
     3 * Copyright (c) 2012 Mohammed Q. Hussain
    44 * All rights reserved.
    55 *
     
    3939#include "../kbd.h"
    4040
    41 static int ar_create(layout_t *);
     41static errno_t ar_create(layout_t *);
    4242static void ar_destroy(layout_t *);
    4343static wchar_t ar_parse_ev(layout_t *, kbd_event_t *ev);
     
    200200}
    201201
    202 static int ar_create(layout_t *state)
     202static errno_t ar_create(layout_t *state)
    203203{
    204204        return EOK;
Note: See TracChangeset for help on using the changeset viewer.