Ignore:
File:
1 edited

Legend:

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

    r8ce56a6 rdb3895d  
    4646#include <io/pos_event.h>
    4747#include <memgfx/memgc.h>
    48 #include <memgfx/xlategc.h>
    4948#include <types/ui/cursor.h>
    5049#include <types/ui/window.h>
     
    7170        /** Window memory GC (if client-side rendering) */
    7271        mem_gc_t *mgc;
    73         /** Translating GC (if full screen & server-side rendering) */
    74         xlate_gc_t *xgc;
    7572        /** Real window GC (if client-side rendering) */
    7673        gfx_context_t *realgc;
    7774        /** Window rectangle */
    7875        gfx_rect_t rect;
    79         /** Display position (if fullscreen mode) */
    80         gfx_coord2_t dpos;
    8176        /** Application area bitmap */
    8277        gfx_bitmap_t *app_bmp;
Note: See TracChangeset for help on using the changeset viewer.