Changeset 59ed572 in mainline for console/console.c


Ignore:
Timestamp:
2006-06-02T22:23:41Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0bf84cc
Parents:
86029498
Message:

Tetris is working :-) Milstone completed!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • console/console.c

    r86029498 r59ed572  
    313313                        arg1 = IPC_GET_ARG1(call);
    314314                        arg2 = IPC_GET_ARG2(call);
    315                         screenbuffer_set_style(&(connections[consnum]),arg1, arg2);
     315                        screenbuffer_set_style(&(connections[consnum].screenbuffer),arg1, arg2);
    316316                        if (consnum == active_console)
    317317                                nsend_call_2(fb_info.phone, FB_SET_STYLE, arg1, arg2);
Note: See TracChangeset for help on using the changeset viewer.