~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
..
gnome 376 18 years ago David Reveman Move gnome specific files into gtk/gnome directory Diff
window-decorator 375 18 years ago David Reveman Rename gnome directory to gtk. Diff
CMakeLists.txt 2879.1.9 13 years ago Sam Spilsbury Drop GNOME2 integration support. Legacy GNOME2 3 KB Diff Download File
config.h.gtk.in 2127.1.34 16 years ago Danny Baumann Define USE_METACITY and USE_GCONF in the source. 727 bytes Diff Download File