Changeset a3f63ac in mainline for uspace/lib/guigfx/private/canvas.h
- Timestamp:
- 2019-09-24T11:13:18Z (5 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- aac5069
- Parents:
- 00e8290
- git-author:
- Jiri Svoboda <jiri@…> (2019-08-23 17:43:11)
- git-committer:
- Jiri Svoboda <jiri@…> (2019-09-24 11:13:18)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/guigfx/private/canvas.h
r00e8290 ra3f63ac 27 27 */ 28 28 29 /** @addtogroup libg fx29 /** @addtogroup libguigfx 30 30 * @{ 31 31 */ … … 35 35 */ 36 36 37 #ifndef _G FX_PRIVATE_BACKEND_CANVAS_H38 #define _G FX_PRIVATE_BACKEND_CANVAS_H37 #ifndef _GUIGFX_PRIVATE_CANVAS_H 38 #define _GUIGFX_PRIVATE_CANVAS_H 39 39 40 40 #include <canvas.h> 41 41 #include <draw/surface.h> 42 #include <gfx/context.h> 42 43 #include <io/pixel.h> 43 #include "../context.h"44 44 45 45 /** Actual structure of graphics context. 46 46 * 47 * This is private to libg fx. It is not visible to clients nor backends.47 * This is private to libguigfx. It is not visible to clients nor backends. 48 48 */ 49 49 struct canvas_gc {
Note:
See TracChangeset
for help on using the changeset viewer.