Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/io/window.h

    r3e6a98c5 r6d5e378  
    3636#define LIBC_IO_WINDOW_H_
    3737
    38 #include <stdbool.h>
     38#include <bool.h>
    3939#include <sys/types.h>
    4040#include <async.h>
     
    7171        ET_POSITION_EVENT,
    7272        ET_SIGNAL_EVENT,
    73         ET_WINDOW_FOCUS,
    74         ET_WINDOW_UNFOCUS,
    7573        ET_WINDOW_RESIZE,
    7674        ET_WINDOW_REFRESH,
     
    102100} window_grab_flags_t;
    103101
    104 extern int win_register(async_sess_t *, service_id_t *, service_id_t *, sysarg_t, sysarg_t);
     102extern int win_register(async_sess_t *, service_id_t *, service_id_t *);
    105103
    106104extern int win_get_event(async_sess_t *, window_event_t *);
Note: See TracChangeset for help on using the changeset viewer.