Ignore:
File:
1 edited

Legend:

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

    rdb3895d r8ce56a6  
    4646#include <io/pos_event.h>
    4747#include <memgfx/memgc.h>
     48#include <memgfx/xlategc.h>
    4849#include <types/ui/cursor.h>
    4950#include <types/ui/window.h>
     
    7071        /** Window memory GC (if client-side rendering) */
    7172        mem_gc_t *mgc;
     73        /** Translating GC (if full screen & server-side rendering) */
     74        xlate_gc_t *xgc;
    7275        /** Real window GC (if client-side rendering) */
    7376        gfx_context_t *realgc;
    7477        /** Window rectangle */
    7578        gfx_rect_t rect;
     79        /** Display position (if fullscreen mode) */
     80        gfx_coord2_t dpos;
    7681        /** Application area bitmap */
    7782        gfx_bitmap_t *app_bmp;
Note: See TracChangeset for help on using the changeset viewer.