Changeset 6118e5f6 in mainline
- Timestamp:
- 2006-06-04T15:43:13Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- de09ac9
- Parents:
- 3dd98c7a
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
console/console.c
r3dd98c7a r6118e5f6 264 264 /* This call can preempt, but we are already at the end */ 265 265 sync_send_2(fb_info.phone, FB_DRAW_TEXT_DATA, 0, 0, NULL, NULL); 266 curs_visibility(1); 266 267 } else { 267 268 curs_visibility(0); … … 376 377 377 378 screenbuffer_goto(&(connections[consnum].screenbuffer), IPC_GET_ARG2(call), IPC_GET_ARG1(call)); 378 curs_goto(IPC_GET_ARG1(call),IPC_GET_ARG2(call)); 379 if (consnum == active_console) 380 curs_goto(IPC_GET_ARG1(call),IPC_GET_ARG2(call)); 379 381 380 382 break; -
fb/fb.c
r3dd98c7a r6118e5f6 700 700 memcpy(screen.fbaddress + tmp, pmap->data + y * srcrowsize, realrowsize); 701 701 } 702 return pm;702 return 0; 703 703 } 704 704
Note:
See TracChangeset
for help on using the changeset viewer.