Changeset d8e2485 in mainline
- 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)
- Location:
- uspace/lib
- Files:
-
- 8 added
- 3 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 */ -
uspace/lib/guigfx/src/canvas.c
r5f483be rd8e2485 114 114 * Create graphics context for rendering into a canvas. 115 115 * 116 * @param c onCanvas object116 * @param canvas Canvas object 117 117 * @param fout File to which characters are written (canvas) 118 118 * @param rgc Place to store pointer to new GC. -
uspace/lib/meson.build
r5f483be rd8e2485 82 82 'hound', 83 83 'ipcgfx', 84 'memgfx', 84 85 'nic', 85 86 'usb',
Note:
See TracChangeset
for help on using the changeset viewer.