~compiz-team/compiz/0.9.10

Cube code cleanup:

Replaced 0xffff with GLfloat MaxUShortFloat = static_cast <GLfloat>
(std::numeric_limits <unsigned short>::max ());.
Use prefix instead of postfix de- and increments.
Declaration and assignment of variables in one line.
Declare variables shortly before you need them.
Merged if condition checks.
Added missing breaks (just a style issue).
Added and removed brackets.
Added and removed newlines.
Fixed indentation.

Approved by PS Jenkins bot, Sam Spilsbury.
Filename Latest Rev Last Changed Committer Comment Size
..
run-with-xvfb.sh 3135.1.1 12 years ago Daniel van Vugt Reintroduce the fix for LP: #994841 which was acci 1.3 KB Diff Download File