Changeset 5cde90f in mainline for uspace/srv/hid/console/gcons.c
- Timestamp:
- 2010-02-19T17:16:46Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 617652f
- Parents:
- b86d436 (diff), f41aa81 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/console/gcons.c
rb86d436 r5cde90f 448 448 449 449 int pm = make_pixmap(_binary_gfx_anim_1_ppm_start, 450 ( int) &_binary_gfx_anim_1_ppm_size);450 (size_t) &_binary_gfx_anim_1_ppm_size); 451 451 async_msg_2(fbphone, FB_ANIM_ADDPIXMAP, an, pm); 452 452 453 453 pm = make_pixmap(_binary_gfx_anim_2_ppm_start, 454 ( int) &_binary_gfx_anim_2_ppm_size);454 (size_t) &_binary_gfx_anim_2_ppm_size); 455 455 async_msg_2(fbphone, FB_ANIM_ADDPIXMAP, an, pm); 456 456 457 457 pm = make_pixmap(_binary_gfx_anim_3_ppm_start, 458 ( int) &_binary_gfx_anim_3_ppm_size);458 (size_t) &_binary_gfx_anim_3_ppm_size); 459 459 async_msg_2(fbphone, FB_ANIM_ADDPIXMAP, an, pm); 460 460 461 461 pm = make_pixmap(_binary_gfx_anim_4_ppm_start, 462 ( int) &_binary_gfx_anim_4_ppm_size);462 (size_t) &_binary_gfx_anim_4_ppm_size); 463 463 async_msg_2(fbphone, FB_ANIM_ADDPIXMAP, an, pm); 464 464
Note:
See TracChangeset
for help on using the changeset viewer.