Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 123762
Collapse All | Expand All

(-)3ddeskd.cpp.old (-3 / +3 lines)
Lines 2411-2425 Link Here
2411
2411
2412
    // initialize opengl
2412
    // initialize opengl
2413
2413
2414
    // our own init function.
2415
    gl_init();
2416
2417
    GLWin.open_display();
2414
    GLWin.open_display();
2418
2415
2419
2416
2420
    GLWin.create_GL_window("Enhanced 3-dimensional workspace visualization magic machine", 
2417
    GLWin.create_GL_window("Enhanced 3-dimensional workspace visualization magic machine", 
2421
                           cfg->options->do_fullscreen);
2418
                           cfg->options->do_fullscreen);
2422
2419
2420
    // our own init function.
2421
    gl_init();
2422
2423
    cfg->texture_size = GLWin.get_best_texture_size(cfg->texture_size);
2423
    cfg->texture_size = GLWin.get_best_texture_size(cfg->texture_size);
2424
2424
2425
    // Loads up the correct perspective matrix
2425
    // Loads up the correct perspective matrix

Return to bug 123762