Changeset 115 for abuse/trunk/src/dev.cpp
- Timestamp:
- Mar 16, 2008, 10:51:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/dev.cpp
r113 r115 391 391 new_height-=y+new_height-cy2; 392 392 393 393 screen->lock(); 394 im->lock(); 394 395 for (iy=iy_start;new_height>0;new_height--,y++,iy+=ystep) 395 396 { … … 399 400 *sl2=sl1[ix>>16]; 400 401 } 402 im->unlock(); 403 screen->unlock(); 401 404 } 402 405 … … 431 434 432 435 uint8_t d; 436 screen->lock(); 433 437 for (iy=iy_start;new_height>0;new_height--,y++,iy+=ystep) 434 438 { … … 442 446 } 443 447 } 448 screen->unlock(); 444 449 } 445 450
Note: See TracChangeset
for help on using the changeset viewer.