Changeset 3e6a98c5 in mainline for uspace/lib/draw
- Timestamp:
- 2012-11-30T19:26:36Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0fa34dd
- Parents:
- e80d8f8
- Location:
- uspace/lib/draw
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/codec/tga.c
re80d8f8 r3e6a98c5 38 38 #include <byteorder.h> 39 39 #include <align.h> 40 #include < bool.h>40 #include <stdbool.h> 41 41 #include <pixconv.h> 42 42 #include "tga.h" -
uspace/lib/draw/drawctx.h
re80d8f8 r3e6a98c5 38 38 39 39 #include <sys/types.h> 40 #include < bool.h>40 #include <stdbool.h> 41 41 42 42 #include <compose.h> -
uspace/lib/draw/path.c
re80d8f8 r3e6a98c5 35 35 36 36 #include <assert.h> 37 #include < bool.h>37 #include <stdbool.h> 38 38 #include <malloc.h> 39 39 -
uspace/lib/draw/source.h
re80d8f8 r3e6a98c5 38 38 39 39 #include <sys/types.h> 40 #include < bool.h>40 #include <stdbool.h> 41 41 42 42 #include <transform.h> -
uspace/lib/draw/surface.h
re80d8f8 r3e6a98c5 39 39 40 40 #include <sys/types.h> 41 #include < bool.h>41 #include <stdbool.h> 42 42 #include <io/pixelmap.h> 43 43
Note:
See TracChangeset
for help on using the changeset viewer.