Changeset 1d181159 in mainline


Ignore:
Timestamp:
2006-06-02T15:01:24Z (19 years ago)
Author:
Josef Cejka <malyzelenyhnus@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
58fce89
Parents:
3be8401
Message:

Inserted forgotten FB_SET_STYLE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • console/console.c

    r3be8401 r1d181159  
    318318       
    319319        ipc_call_sync_2(fb_info.phone, FB_GET_CSIZE, 0, 0, &(fb_info.rows), &(fb_info.cols));
     320        ipc_call_async_2(fb_info.phone, FB_SET_STYLE, DEFAULT_FOREGROUND_COLOR, DEFAULT_BACKGROUND_COLOR, NULL, NULL);
    320321        ipc_call_sync(fb_info.phone, FB_CURSOR_VISIBILITY, 1, NULL);
    321322       
Note: See TracChangeset for help on using the changeset viewer.