Changeset 25f26600 in mainline for uspace/lib/ui/private/window.h
- Timestamp:
- 2020-12-07T23:44:20Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 13d20e5, 4db4718d, e9c1639
- Parents:
- 7e38970d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/private/window.h
r7e38970d r25f26600 43 43 #include <io/kbd_event.h> 44 44 #include <io/pos_event.h> 45 #include <memgfx/memgc.h> 45 46 46 47 /** Actual structure of window. … … 63 64 /** Application area bitmap */ 64 65 gfx_bitmap_t *app_bmp; 66 /** Application area memory GC */ 67 mem_gc_t *app_mgc; 65 68 /** Application area GC */ 66 69 gfx_context_t *app_gc;
Note:
See TracChangeset
for help on using the changeset viewer.