Changeset 70178b74 in mainline


Ignore:
Timestamp:
2006-06-07T14:25:11Z (18 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
41269bd
Parents:
1fd7700
Message:

Turn off animation on kconsole.

Location:
console
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • console/console.c

    r1fd7700 r70178b74  
    373373                        ipc_answer_fast(callid, 0,0,0);
    374374                        conn->used = 0;
    375                         async_serialize_end();
    376375                        return;
    377376                case CONSOLE_PUTCHAR:
  • console/gcons.c

    r1fd7700 r70178b74  
    136136                for (i=0; i < CONSOLE_COUNT; i++)
    137137                        redraw_state(i);
     138                if (animation != -1)
     139                        async_msg(fbphone, FB_ANIM_START, animation);
    138140        } else {
    139141                if (console_state[active_console] == CONS_DISCONNECTED_SEL)
     
    216218                console_state[active_console] = CONS_IDLE;
    217219        redraw_state(active_console);
     220
     221        if (animation != -1)
     222                async_msg(fbphone, FB_ANIM_STOP, animation);
    218223
    219224        active_console = KERNEL_CONSOLE; /* Set to kernel console */
Note: See TracChangeset for help on using the changeset viewer.