Changes in uspace/lib/gui/terminal.c [508b0df1:2bb6d04] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/terminal.c
r508b0df1 r2bb6d04 37 37 #include <stdlib.h> 38 38 #include <io/chargrid.h> 39 #include < surface.h>40 #include < gfx/font-8x16.h>39 #include <draw/surface.h> 40 #include <draw/gfx.h> 41 41 #include <io/con_srv.h> 42 42 #include <io/concaps.h> … … 682 682 683 683 list_foreach(terms, link, terminal_t, cur) { 684 if (cur->dsid == (service_id_t) IPC_GET_ARG2(*icall)) {684 if (cur->dsid == (service_id_t) ipc_get_arg2(icall)) { 685 685 term = cur; 686 686 break;
Note:
See TracChangeset
for help on using the changeset viewer.