Changeset 1fd7700 in mainline for libc/include/ipc/fb.h


Ignore:
Timestamp:
2006-06-07T14:12:53Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
70178b74
Parents:
b7e9c34
Message:

Added animation to fb, fb running status shown.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libc/include/ipc/fb.h

    rb7e9c34 r1fd7700  
    3232#define FB_TRANS_PUTCHAR     1045
    3333
     34#define FB_ANIM_CREATE       1046
     35#define FB_ANIM_DROP         1047
     36#define FB_ANIM_ADDPIXMAP    1048
     37#define FB_ANIM_CHGVP        1049
     38#define FB_ANIM_START        1050
     39#define FB_ANIM_STOP         1051
     40
    3441#endif
Note: See TracChangeset for help on using the changeset viewer.