Changeset 128 for abuse/trunk/src/imlib/image.hpp
- Timestamp:
- Mar 22, 2008, 9:39:01 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/image.hpp
r124 r128 156 156 { 157 157 return (int16_t)h; 158 } 159 int16_t pitch() 160 { 161 return (int16_t)w; // FIXME: for now, pitch == width 158 162 } 159 163 void scroll(int16_t x1, int16_t y1, int16_t x2, int16_t y2,
Note: See TracChangeset
for help on using the changeset viewer.