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

(-)work/konsole-4.3.1/konsole/src/main.cpp (+1 lines)
Lines 93-98 Link Here
93
        getDisplayInformation(display,visual,colormap);
93
        getDisplayInformation(display,visual,colormap);
94
94
95
        Application app(display,(Qt::HANDLE)visual,(Qt::HANDLE)colormap);
95
        Application app(display,(Qt::HANDLE)visual,(Qt::HANDLE)colormap);
96
        app.setAttribute(Qt::AA_NativeWindows, true);
96
        restoreSession(app);
97
        restoreSession(app);
97
        return app.exec();
98
        return app.exec();
98
    }
99
    }

Return to bug 285694