Subversion Repositories HelenOS-historic

Rev

Rev 1610 | Rev 1640 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1610 Rev 1630
Line 45... Line 45...
45
#include "fb.h"
45
#include "fb.h"
46
#include "main.h"
46
#include "main.h"
47
#include "../console/screenbuffer.h"
47
#include "../console/screenbuffer.h"
48
#include "ppm.h"
48
#include "ppm.h"
49
 
49
 
50
#define DEFAULT_BGCOLOR                0x000080
50
#define DEFAULT_BGCOLOR                0xf0f0f0
51
#define DEFAULT_FGCOLOR                0xffff00
51
#define DEFAULT_FGCOLOR                0x0
52
 
52
 
53
/***************************************************************/
53
/***************************************************************/
54
/* Pixel specific fuctions */
54
/* Pixel specific fuctions */
55
 
55
 
56
typedef void (*conv2scr_fn_t)(void *, int);
56
typedef void (*conv2scr_fn_t)(void *, int);