Changeset 76fca31 in mainline for uspace/srv/fb/fb.h


Ignore:
Timestamp:
2008-12-16T19:02:07Z (16 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5ae4443
Parents:
8fe5980
Message:

kconsole is optional
kernel & uspace framebuffer rewrite with speedups (some things are slightly broken yet)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/fb/fb.h

    r8fe5980 r76fca31  
    3030 * @ingroup fbs
    3131 * @{
    32  */ 
     32 */
    3333/** @file
    3434 */
     
    3737#define FB_FB_H_
    3838
    39 typedef void (* putpixel_cb_t)(void *, unsigned int, unsigned int, int);
     39#include <stdint.h>
     40
     41typedef void (* putpixel_cb_t)(void *, unsigned int, unsigned int, uint32_t);
    4042
    4143extern int fb_init(void);
Note: See TracChangeset for help on using the changeset viewer.