aboutsummaryrefslogtreecommitdiff
path: root/util/fbcompose/OpenGLTexPartitioner.cc
AgeCommit message (Collapse)AuthorFilesLines
2011-12-10Fixing up the branch to use some of the changes that were made since the fork.fluxbox-gsoc-2011-integrationPaul Tagliamonte1-1/+1
The operator "=" was ditched in favor of .reset( because (I'm quoting here): "it was an accident waiting to happen". Well. It builds now.
2011-12-10fbcompose - A compositing addon for fluxbox window manager.Gediminas Liktaras1-0/+163
fbcompose(1) is an optional compositing addon for fluxbox window manager. It augments fluxbox with a number of graphical features. Most notably, fbcompose allows fluxbox to properly display applications that require compositing (docky, for example), adds support for true window transparency (as opposed to fluxbox's pseudo transparency) and provides a plugin framework to extend the compositor's functionality. As this is still a beta version of the compositor, the bugs are likely.