aboutsummaryrefslogtreecommitdiff
path: root/src/FbRootWindow.cc
AgeCommit message (Collapse)AuthorFilesLines
2016-06-26replace FbRootWindow::depth with maxDepthThomas Lübking1-3/+4
The depth member of FbWindow was abused to store the maximum depth but that gets overridden with geometry changes of the root window (screen layout changes) so we store and read the value explicitly while ::depth() maintains the actual depth of the root window The result of this is that frames for ARGB windows were created with a wrong depth and failed to reparent the client window. BUG: 1102 BUG: 1058
2015-01-16Fix semantic errors (wrong variable names etc)Mathias Gumz1-1/+1
Uncovered by coverity-scan.
2015-01-03Remove various unused variablesMathias Gumz1-1/+1
Clang and Gcc-4.9 complaint about some unused variables here and there. And who are we to not make a compiler happy :)
2011-10-20Added support for ARGB visual, patch #3284774Gediminas Liktaras1-9/+26
fluxbox now properly displays windows that require ARGB visuals when an external compositor is running. This was done by creating the container window with the correct visual and colormap when needed. Closes #2874629
2008-10-15ignore XRandr events that don't actually change the screen sizeMark Tiefenbruck1-4/+0
2008-01-04remove old svn $Id$ tagsMark Tiefenbruck1-2/+0
2007-12-30removed some unneeded headersMathias Gumz1-1/+1
2006-02-16updated copyright infomathias1-1/+1
2005-01-24copyright datemathias1-1/+1
2005-01-24copyright datesmathias1-1/+1
2004-11-19svn propset svn:keywords "Id"mathias1-1/+1
2004-10-21fix for some pedantic compilers (mipspro)akir1-2/+2
2004-09-11ignore 32-bit visuals for now - until we can support alpha channel in colorsrathnor1-2/+3
2003-05-12added updateGeometry to force an updatefluxgen1-1/+5
2003-05-10root windowfluxgen1-0/+63