Fix last commit.
svn path=/branches/work/kwin_composite/; revision=603058
This commit is contained in:
parent
6e3f0f7bbe
commit
f63e9e2b5b
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,6 @@ const int root_db_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_WINDOW_BIT,
|
||||
None
|
||||
|
@ -144,6 +143,7 @@ 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
|
||||
|
|
Loading…
Reference in a new issue