Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/terminal/terminal.h

    r4c6fd56 r68a552f  
    11/*
    2  * Copyright (c) 2023 Jiri Svoboda
     2 * Copyright (c) 2021 Jiri Svoboda
    33 * Copyright (c) 2012 Petr Koupy
    44 * All rights reserved.
     
    3838#define TERMINAL_H
    3939
    40 #include <adt/prodcons.h>
    4140#include <errno.h>
    42 #include <fibril.h>
    4341#include <fibril_synch.h>
    4442#include <gfx/bitmap.h>
     
    4846#include <io/con_srv.h>
    4947#include <loc.h>
     48#include <adt/prodcons.h>
    5049#include <stdatomic.h>
    5150#include <str.h>
    52 #include <task.h>
    5351#include <ui/ui.h>
    5452#include <ui/window.h>
     
    9189        charfield_t *ubuf;
    9290
    93         loc_srv_t *srv;
    9491        service_id_t dsid;
    9592        con_srvs_t srvs;
    96 
    97         task_wait_t wait;
    98         fid_t wfid;
    9993} terminal_t;
    10094
    10195extern errno_t terminal_create(const char *, sysarg_t, sysarg_t,
    102     terminal_flags_t, const char *, terminal_t **);
     96    terminal_flags_t, terminal_t **);
    10397extern void terminal_destroy(terminal_t *);
    10498
Note: See TracChangeset for help on using the changeset viewer.