Changeset 78188e5 in mainline for uspace/lib/softrend
- Timestamp:
- 2017-05-31T15:53:02Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 525c5ac
- Parents:
- 1165a419
- Location:
- uspace/lib/softrend
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softrend/filter.h
r1165a419 r78188e5 37 37 #define SOFTREND_FILTER_H_ 38 38 39 #include <stdbool.h>40 39 #include <io/pixelmap.h> 41 40 -
uspace/lib/softrend/rectangle.h
r1165a419 r78188e5 38 38 39 39 #include <stdbool.h> 40 #include <sys/types.h> 40 41 41 42 extern bool rectangle_intersect(
Note:
See TracChangeset
for help on using the changeset viewer.