Subversion Repositories HelenOS

Rev

Rev 4669 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4669 Rev 4676
Line 83... Line 83...
83
        .addr = GXEMUL_FB_ADDRESS,
83
        .addr = GXEMUL_FB_ADDRESS,
84
        .offset = 0,
84
        .offset = 0,
85
        .x = 640,
85
        .x = 640,
86
        .y = 480,
86
        .y = 480,
87
        .scan = 1920,
87
        .scan = 1920,
88
        .visual = VISUAL_BGR_8_8_8,
88
        .visual = VISUAL_RGB_8_8_8,
89
    };
89
    };
90
    fb_init(&prop);
90
    fb_init(&prop);
91
}
91
}
92
 
92
 
93
void gxemul_output_init(void)
93
void gxemul_output_init(void)