Changeset 946a666 in mainline for uspace/srv/hid/display/types/display/window.h
- Timestamp:
- 2020-01-17T15:40:43Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c79545e
- Parents:
- a40ae0d
- git-author:
- Jiri Svoboda <jiri@…> (2020-01-16 18:38:00)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-01-17 15:40:43)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/display/types/display/window.h
ra40ae0d r946a666 41 41 #include <gfx/context.h> 42 42 #include <gfx/coord.h> 43 #include <io/pixelmap.h> 43 44 44 45 typedef sysarg_t ds_wnd_id_t; … … 70 71 /** Graphic context */ 71 72 gfx_context_t *gc; 73 /** Bitmap in the display device */ 74 gfx_bitmap_t *bitmap; 75 /** Pixel map for accessing the window bitmap */ 76 pixelmap_t pixelmap; 77 /** Current drawing color */ 78 pixel_t color; 72 79 73 80 /** State */
Note:
See TracChangeset
for help on using the changeset viewer.