Changeset f698054 in mainline for uspace/lib/softrend/filter.c
- Timestamp:
- 2012-11-25T07:04:59Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c4ebe02
- Parents:
- c8e2ac5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softrend/filter.c
rc8e2ac5 rf698054 44 44 _x %= pixmap->width; 45 45 _y %= pixmap->height; 46 } else if (_x < 0 || _x >= (long) pixmap->width || _y < 0 || _y >= (long) pixmap->height) {47 return 0;48 46 } 49 47
Note:
See TracChangeset
for help on using the changeset viewer.