Changeset 8d2dd7f2 in mainline for uspace/lib/draw/codec
- Timestamp:
- 2017-05-13T19:03:14Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 9c96634
- Parents:
- e48947e
- Location:
- uspace/lib/draw/codec
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/draw/codec/tga.gz.h
re48947e r8d2dd7f2 37 37 #define DRAW_CODEC_TGA_GZ_H_ 38 38 39 #include <s ys/types.h>39 #include <stddef.h> 40 40 #include "../surface.h" 41 41 -
uspace/lib/draw/codec/tga.h
re48947e r8d2dd7f2 38 38 #define DRAW_CODEC_TGA_H_ 39 39 40 #include <s ys/types.h>40 #include <stddef.h> 41 41 #include "../surface.h" 42 42 -
uspace/lib/draw/codec/webp.c
re48947e r8d2dd7f2 40 40 #include <pixconv.h> 41 41 #include <sys/types.h> 42 #include <stdint.h> 42 43 #include <abi/fourcc.h> 43 44 #include "webp.h" -
uspace/lib/draw/codec/webp.h
re48947e r8d2dd7f2 37 37 #define DRAW_CODEC_WEBP_H_ 38 38 39 #include <s ys/types.h>39 #include <stddef.h> 40 40 #include "../surface.h" 41 41
Note:
See TracChangeset
for help on using the changeset viewer.