Blah, destination drawable doesn't need alpha channel.

svn path=/branches/work/kwin_composite/; revision=603056
icc-effect-5.14.5
Luboš Luňák 2006-11-07 17:31:34 +00:00
parent 5b7ef47746
commit 6e3f0f7bbe
1 changed files with 0 additions and 2 deletions

View File

@ -131,7 +131,6 @@ static const int root_buffer_attrs[] =
GLX_RED_SIZE, 1,
GLX_GREEN_SIZE, 1,
GLX_BLUE_SIZE, 1,
GLX_ALPHA_SIZE, 1,
GLX_RENDER_TYPE, GLX_RGBA_BIT,
GLX_DRAWABLE_TYPE, GLX_PIXMAP_BIT,
None
@ -145,7 +144,6 @@ const int drawable_attrs[] =
GLX_RED_SIZE, 1,
GLX_GREEN_SIZE, 1,
GLX_BLUE_SIZE, 1,
GLX_ALPHA_SIZE, 1,
GLX_RENDER_TYPE, GLX_RGBA_BIT,
GLX_DRAWABLE_TYPE, GLX_PIXMAP_BIT,
None