Changeset 8ce56a6 in mainline for uspace/lib/ui/private/window.h
- Timestamp:
- 2021-09-07T08:53:42Z (4 years ago)
- Branches:
- master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ebb3538
- Parents:
- a0aeb8f
- git-author:
- Jiri Svoboda <jiri@…> (2021-09-06 17:53:32)
- git-committer:
- Jiri Svoboda <jiri@…> (2021-09-07 08:53:42)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/window.h
ra0aeb8f r8ce56a6 46 46 #include <io/pos_event.h> 47 47 #include <memgfx/memgc.h> 48 #include <memgfx/xlategc.h> 48 49 #include <types/ui/cursor.h> 49 50 #include <types/ui/window.h> … … 70 71 /** Window memory GC (if client-side rendering) */ 71 72 mem_gc_t *mgc; 73 /** Translating GC (if full screen & server-side rendering) */ 74 xlate_gc_t *xgc; 72 75 /** Real window GC (if client-side rendering) */ 73 76 gfx_context_t *realgc;
Note:
See TracChangeset
for help on using the changeset viewer.