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


Ignore:
Timestamp:
2021-03-05T11:23:31Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f73a8e3
Parents:
87822ce
git-author:
Jiri Svoboda <jiri@…> (2021-03-04 20:22:52)
git-committer:
Jiri Svoboda <jiri@…> (2021-03-05 11:23:31)
Message:

Do not forget to clean up when exiting

File:
1 edited

Legend:

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

    r87822ce rd6c4d40  
    3939
    4040#include <errno.h>
     41#include <congfx/console.h>
    4142#include <display.h>
    4243#include <gfx/context.h>
     
    6061        /** Display window */
    6162        display_window_t *dwindow;
     63        /** Console GC */
     64        console_gc_t *cgc;
    6265        /** Window GC */
    6366        gfx_context_t *gc;
Note: See TracChangeset for help on using the changeset viewer.