all repos — fluxbox @ f14500832de7c69e3aa32c2e4c578638e40d373d

custom fork of the fluxbox windowmanager

reconfigure theme directly after construction
fluxgen fluxgen
commit

f14500832de7c69e3aa32c2e4c578638e40d373d

parent

36c4c79abd5fbf72539ed6ce859f8e97b1a4ff1d

1 files changed, 2 insertions(+), 2 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.81 2002/11/17 11:27:50 fluxgen Exp $ +// $Id: Screen.cc,v 1.82 2002/11/21 15:57:47 fluxgen Exp $ #include "Screen.hh"

@@ -285,6 +285,7 @@ image_control->setDither(*resource.image_dither);

theme = new Theme(getBaseDisplay()->getXDisplay(), getRootWindow(), colormap(), getScreenNumber(), image_control, fluxbox->getStyleFilename(), getRootCommand().c_str()); + theme->reconfigure(*resource.antialias); const char *s = i18n->getMessage( FBNLS::ScreenSet, FBNLS::ScreenPositionLength,

@@ -447,7 +448,6 @@ RevertToParent, CurrentTime);

XFree(children); XFlush(getBaseDisplay()->getXDisplay()); - theme->reconfigure(*resource.antialias); } namespace {