Changeset 3590
- Timestamp:
- Jul 29, 2009, 6:00:25 PM (14 years ago)
- Location:
- libcaca/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/transform.c
r3583 r3590 191 191 uint32_t *aend = abegin + cv->width * cv->height - 1; 192 192 int y; 193 194 if(!cbegin) 195 return 0; 193 196 194 197 while(cbegin < cend) -
libcaca/trunk/tests/simple.c
r2821 r3590 42 42 TEST(caca_get_char(cv, 0, 0) != 'x'); 43 43 44 caca_rotate_180(cv); 45 44 46 caca_set_canvas_size(cv, 1, 1); 45 47 TEST(caca_get_char(cv, 0, 0) != 'x');
Note: See TracChangeset
for help on using the changeset viewer.