all repos — fluxbox @ 47f5dbb143f7bc9d31ab4472bf5c643fad0583f3

custom fork of the fluxbox windowmanager

reset background on screen resize
fluxgen fluxgen
commit

47f5dbb143f7bc9d31ab4472bf5c643fad0583f3

parent

deec1d67733e8d8fb3c45e584c542f81f97ec3ee

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

jump to
M src/Screen.ccsrc/Screen.cc

@@ -22,7 +22,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: Screen.cc,v 1.158 2003/05/12 04:28:46 fluxgen Exp $ +// $Id: Screen.cc,v 1.159 2003/05/12 04:47:34 fluxgen Exp $ #include "Screen.hh"

@@ -2471,6 +2471,9 @@ void BScreen::updateSize() {

rootWindow().updateGeometry(); // reconfigure anything that depends on root window size + + // reset background + m_root_theme->reconfigTheme(); if (getToolbar()) getToolbar()->reconfigure();