all repos — fluxbox @ bc758923755eff4ffe02c3a5d5234ec7e79777fd

custom fork of the fluxbox windowmanager

default background gray
fluxgen fluxgen
commit

bc758923755eff4ffe02c3a5d5234ec7e79777fd

parent

f89532c0cb3c8a5cc1a78bc11f1c6445edc2d826

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/FbTk/FbWindow.ccsrc/FbTk/FbWindow.cc

@@ -19,7 +19,7 @@ // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING

// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. -// $Id: FbWindow.cc,v 1.26 2003/09/14 09:51:40 fluxgen Exp $ +// $Id: FbWindow.cc,v 1.27 2003/10/14 21:49:21 fluxgen Exp $ #include "FbWindow.hh"

@@ -425,6 +425,7 @@

assert(m_window); updateGeometry(); + FbWindow::setBackgroundColor(Color("gray", screenNumber())); } bool operator == (Window win, const FbWindow &fbwin) {