Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/gui/terminal.c

    r508b0df1 r2bb6d04  
    3737#include <stdlib.h>
    3838#include <io/chargrid.h>
    39 #include <surface.h>
    40 #include <gfx/font-8x16.h>
     39#include <draw/surface.h>
     40#include <draw/gfx.h>
    4141#include <io/con_srv.h>
    4242#include <io/concaps.h>
     
    682682
    683683        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)) {
    685685                        term = cur;
    686686                        break;
Note: See TracChangeset for help on using the changeset viewer.