Changeset 0d62c10 in mainline for uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h
- Timestamp:
- 2020-10-09T20:27:24Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- f80690a
- Parents:
- 8bf9058
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/fb/amdm37x_dispc/amdm37x_dispc.h
r8bf9058 r0d62c10 68 68 69 69 typedef struct { 70 /* Containing display controller */ 70 71 amdm37x_dispc_t *dispc; 72 /** Allocation info */ 71 73 gfx_bitmap_alloc_t alloc; 74 /** @c true if we allocated the bitmap, @c false if allocated by caller */ 75 bool myalloc; 76 /** Rectangle covered by bitmap */ 72 77 gfx_rect_t rect; 73 bool myalloc; 78 /** Bitmap flags */ 79 gfx_bitmap_flags_t flags; 80 /** Key color */ 81 pixel_t key_color; 74 82 } amdm37x_bitmap_t; 75 83
Note:
See TracChangeset
for help on using the changeset viewer.