Ignore:
File:
1 edited

Legend:

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

    r252d03c r1ebcb791  
    3939
    4040#include <adt/list.h>
     41#include <gfx/coord.h>
    4142#include <display.h>
    4243#include <io/console.h>
     
    5455        /** Display */
    5556        display_t *display;
     57        /** UI rectangle (only used in fullscreen mode) */
     58        gfx_rect_t rect;
    5659        /** Output owned by UI, clean up when destroying UI */
    5760        bool myoutput;
Note: See TracChangeset for help on using the changeset viewer.