Changeset 114
- Timestamp:
- Mar 16, 2008, 5:20:54 PM (14 years ago)
- Location:
- abuse/trunk/src/imlib
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/filter.cpp
r56 r114 208 208 screen->get_clip(cx1,cy1,cx2,cy2); 209 209 210 // see if the image gets clipped of the screen210 // see if the image gets clipped off the screen 211 211 if (x>cx2 || y>cy2 || x+(x2-x1)<cx1 || y+(y2-y1)<cy1) return ; 212 212 -
abuse/trunk/src/imlib/image.cpp
r112 r114 502 502 503 503 504 // see if the image gets clipped of the screen504 // see if the image gets clipped off the screen 505 505 if (x>cx2 || y>cy2 || x+(x2-x1)<cx1 || y+(y2-y1)<cy1) return ; 506 506
Note: See TracChangeset
for help on using the changeset viewer.