Changes in uspace/lib/c/include/io/window.h [3e6a98c5:6d5e378] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/io/window.h
r3e6a98c5 r6d5e378 36 36 #define LIBC_IO_WINDOW_H_ 37 37 38 #include < stdbool.h>38 #include <bool.h> 39 39 #include <sys/types.h> 40 40 #include <async.h> … … 71 71 ET_POSITION_EVENT, 72 72 ET_SIGNAL_EVENT, 73 ET_WINDOW_FOCUS,74 ET_WINDOW_UNFOCUS,75 73 ET_WINDOW_RESIZE, 76 74 ET_WINDOW_REFRESH, … … 102 100 } window_grab_flags_t; 103 101 104 extern int win_register(async_sess_t *, service_id_t *, service_id_t * , sysarg_t, sysarg_t);102 extern int win_register(async_sess_t *, service_id_t *, service_id_t *); 105 103 106 104 extern int win_get_event(async_sess_t *, window_event_t *);
Note:
See TracChangeset
for help on using the changeset viewer.