Changeset 252d03c in mainline for uspace/lib/ui/private/window.h


Ignore:
Timestamp:
2021-04-28T09:22:39Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7470d97
Parents:
de227aba
Message:

Popping up a message, in text mode as well

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/private/window.h

    rde227aba r252d03c  
    3838#define _UI_PRIVATE_WINDOW_H
    3939
     40#include <adt/list.h>
    4041#include <errno.h>
    4142#include <congfx/console.h>
     
    5556        /** Containing user interface */
    5657        struct ui *ui;
     58        /** Link to @c ui->windows */
     59        link_t lwindows;
    5760        /** Callbacks */
    5861        struct ui_window_cb *cb;
     
    6164        /** Display window */
    6265        display_window_t *dwindow;
    63         /** Console GC */
    64         console_gc_t *cgc;
    6566        /** Window GC */
    6667        gfx_context_t *gc;
Note: See TracChangeset for help on using the changeset viewer.