Changeset 115 for abuse/trunk/src/imlib/scroller.cpp
- Timestamp:
- Mar 16, 2008, 10:51:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/imlib/scroller.cpp
r112 r115 59 59 remap[2]=wm->dark_color(); 60 60 61 screen->lock(); 61 62 for (int yc=ich;yc;yc--,y++) 62 63 { … … 72 73 } 73 74 screen->add_dirty(x,y,x+icw-1,y+ich-1); 75 screen->unlock(); 74 76 } 75 77
Note: See TracChangeset
for help on using the changeset viewer.