Changes in uspace/lib/ui/private/window.h [8ce56a6:db3895d] in mainline
- File:
-
- 1 edited
-
uspace/lib/ui/private/window.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/window.h
r8ce56a6 rdb3895d 46 46 #include <io/pos_event.h> 47 47 #include <memgfx/memgc.h> 48 #include <memgfx/xlategc.h>49 48 #include <types/ui/cursor.h> 50 49 #include <types/ui/window.h> … … 71 70 /** Window memory GC (if client-side rendering) */ 72 71 mem_gc_t *mgc; 73 /** Translating GC (if full screen & server-side rendering) */74 xlate_gc_t *xgc;75 72 /** Real window GC (if client-side rendering) */ 76 73 gfx_context_t *realgc; 77 74 /** Window rectangle */ 78 75 gfx_rect_t rect; 79 /** Display position (if fullscreen mode) */80 gfx_coord2_t dpos;81 76 /** Application area bitmap */ 82 77 gfx_bitmap_t *app_bmp;
Note:
See TracChangeset
for help on using the changeset viewer.
