Changeset 3e6a98c5 in mainline for uspace/lib/softrend
- 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/softrend
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softrend/filter.h
re80d8f8 r3e6a98c5 37 37 #define SOFTREND_FILTER_H_ 38 38 39 #include < bool.h>39 #include <stdbool.h> 40 40 #include <io/pixelmap.h> 41 41 -
uspace/lib/softrend/pixconv.h
re80d8f8 r3e6a98c5 38 38 #define SOFTREND_PIXCONV_H_ 39 39 40 #include < bool.h>40 #include <stdbool.h> 41 41 #include <io/pixel.h> 42 42 -
uspace/lib/softrend/rectangle.h
re80d8f8 r3e6a98c5 38 38 39 39 #include <sys/types.h> 40 #include < bool.h>40 #include <stdbool.h> 41 41 42 42 extern bool rectangle_intersect( -
uspace/lib/softrend/transform.h
re80d8f8 r3e6a98c5 37 37 #define SOFTREND_TRANSFORM_H_ 38 38 39 #include < bool.h>39 #include <stdbool.h> 40 40 41 41 #ifndef PI
Note:
See TracChangeset
for help on using the changeset viewer.