Changeset d8e2485 in mainline for uspace/lib/guigfx/private/canvas.h
- Timestamp:
- 2020-05-27T10:31:22Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- cea9f0c
- Parents:
- 5f483be
- git-author:
- Jiri Svoboda <jiri@…> (2020-05-26 17:31:07)
- git-committer:
- Jiri Svoboda <jiri@…> (2020-05-27 10:31:22)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/guigfx/private/canvas.h
r5f483be rd8e2485 45 45 #include <io/pixel.h> 46 46 47 /** Actual structure of graphics context. 48 * 49 * This is private to libguigfx. It is not visible to clients nor backends. 50 */ 47 /** Actual structure of canvas GC. */ 51 48 struct canvas_gc { 52 49 /** Base graphic context */
Note:
See TracChangeset
for help on using the changeset viewer.