Merge lp:~vanvugt/compiz-core/fix-923662 into lp:compiz-core/0.9.5

Proposed by Daniel van Vugt
Status: Merged
Approved by: Alan Griffiths
Approved revision: 2970
Merged at revision: 2969
Proposed branch: lp:~vanvugt/compiz-core/fix-923662
Merge into: lp:compiz-core/0.9.5
Diff against target: 12 lines (+1/-1)
1 file modified
plugins/opengl/src/screen.cpp (+1/-1)
To merge this branch: bzr merge lp:~vanvugt/compiz-core/fix-923662
Reviewer Review Type Date Requested Status
Sam Spilsbury Approve
Alan Griffiths Approve
Review via email: mp+90674@code.launchpad.net

Description of the change

Fix regression: Direct rendering was accidentally disabled by commits last night (LP: #923662)

To post a comment you must log in.
Revision history for this message
Alan Griffiths (alan-griffiths) wrote :

Agreed

review: Approve
Revision history for this message
Sam Spilsbury (smspillaz) wrote :

*facepalm*

How on earth did I miss that :(

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/opengl/src/screen.cpp'
2--- plugins/opengl/src/screen.cpp 2012-01-23 18:41:06 +0000
3+++ plugins/opengl/src/screen.cpp 2012-01-30 10:42:25 +0000
4@@ -95,7 +95,7 @@
5 const char *glRenderer;
6 CompOption::Vector o (0);
7
8- priv->ctx = glXCreateContext (dpy, visinfo, NULL, false);
9+ priv->ctx = glXCreateContext (dpy, visinfo, NULL, True);
10 if (!priv->ctx)
11 {
12 compLogMessage ("opengl", CompLogLevelWarn,

Subscribers

People subscribed via source and target branches