Subversion Repositories HelenOS

Rev

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

Rev 3738 Rev 3790
Line 90... Line 90...
90
            break;
90
            break;
91
        case 32:
91
        case 32:
92
            visual = VISUAL_RGB_0_8_8_8;
92
            visual = VISUAL_RGB_0_8_8_8;
93
            break;
93
            break;
94
        default:
94
        default:
95
            panic("Unsupported bits per pixel");
95
            panic("Unsupported bits per pixel.");
96
        }
96
        }
97
        fb_properties_t prop = {
97
        fb_properties_t prop = {
98
            .addr = bootinfo.screen.addr,
98
            .addr = bootinfo.screen.addr,
99
            .offset = 0,
99
            .offset = 0,
100
            .x = bootinfo.screen.width,
100
            .x = bootinfo.screen.width,