Changeset 1342 for libcaca/trunk/cucul/frame.c
- Timestamp:
- Nov 11, 2006, 3:24:35 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/frame.c
r1341 r1342 115 115 cv->frames[f] = cv->frames[f - 1]; 116 116 117 if(cv->frame >= id) 118 cv->frame++; 119 117 120 cv->frames[id].width = cv->width; 118 121 cv->frames[id].height = cv->height; … … 123 126 cv->frames[id].curattr = cv->curattr; 124 127 125 if(cv->frame >= id) 126 cv->frame++; 128 cv->frames[id].x = cv->frames[cv->frame].x; 129 cv->frames[id].y = cv->frames[cv->frame].y; 130 cv->frames[id].handlex = cv->frames[cv->frame].handlex; 131 cv->frames[id].handley = cv->frames[cv->frame].handley; 127 132 128 133 return 0;
Note: See TracChangeset
for help on using the changeset viewer.