Changeset 518 for abuse/trunk/src/console.cpp
- Timestamp:
- Apr 20, 2011, 9:02:33 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
abuse/trunk/src/console.cpp
r512 r518 56 56 con_win=wm->new_window(lastx,lasty,screen_w(),screen_h(),NULL,name); 57 57 redraw(); 58 con_win->screen-> set_clip(con_win->x1(),con_win->y1(),con_win->x2(),con_win->y2());58 con_win->screen->SetClip(con_win->x1(),con_win->y1(),con_win->x2()+1,con_win->y2()+1); 59 59 } 60 60 }
Note: See TracChangeset
for help on using the changeset viewer.