Merge lp:~hikiko/compiz/compiz.remove-glClear into lp:compiz/0.9.12

Proposed by Eleni Maria Stea
Status: Merged
Approved by: Stephen M. Webb
Approved revision: 3954
Merged at revision: 3955
Proposed branch: lp:~hikiko/compiz/compiz.remove-glClear
Merge into: lp:compiz/0.9.12
Diff against target: 11 lines (+0/-1)
1 file modified
plugins/cube/src/cube.cpp (+0/-1)
To merge this branch: bzr merge lp:~hikiko/compiz/compiz.remove-glClear
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Stephen M. Webb Approve
Review via email: mp+261377@code.launchpad.net

Commit message

removed unnecessary glClear which causes bug #1462612

Description of the change

removed unnecessary glClear which causes bug #1462612

To post a comment you must log in.
Revision history for this message
Stephen M. Webb (bregma) wrote :

OK, pending Jenkins' approval

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'plugins/cube/src/cube.cpp'
2--- plugins/cube/src/cube.cpp 2015-04-01 07:17:00 +0000
3+++ plugins/cube/src/cube.cpp 2015-06-08 13:02:58 +0000
4@@ -1090,7 +1090,6 @@
5 else
6 glRotatef (90.0f, 1.0f, 0.0f, 0.0f);
7
8- glClear(GL_COLOR_BUFFER_BIT);
9 glCallList (priv->mSkyListId);
10 glPopMatrix ();
11 #endif

Subscribers

People subscribed via source and target branches