Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 25123 | Differences between
and this patch

Collapse All | Expand All

(-)src/main.c (-3 / +3 lines)
Lines 135-143 Link Here
135
    {
135
    {
136
        if (audio_init(main_rate, main_buff))
136
        if (audio_init(main_rate, main_buff))
137
        {
137
        {
138
            SDL_GL_SetAttribute(SDL_GL_RED_SIZE,     8);
138
            SDL_GL_SetAttribute(SDL_GL_RED_SIZE,     5);
139
            SDL_GL_SetAttribute(SDL_GL_GREEN_SIZE,   8);
139
            SDL_GL_SetAttribute(SDL_GL_GREEN_SIZE,   5);
140
            SDL_GL_SetAttribute(SDL_GL_BLUE_SIZE,    8);
140
            SDL_GL_SetAttribute(SDL_GL_BLUE_SIZE,    5);
141
            SDL_GL_SetAttribute(SDL_GL_DEPTH_SIZE,  16);
141
            SDL_GL_SetAttribute(SDL_GL_DEPTH_SIZE,  16);
142
            SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1);
142
            SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1);
143
143

Return to bug 25123