all repos — fluxbox @ d0d5f2e547711d91867e33d6409825171c1bae7e

custom fork of the fluxbox windowmanager

minor cleaning
fluxgen fluxgen
commit

d0d5f2e547711d91867e33d6409825171c1bae7e

parent

1a98c78272b7d866cda1b3ee72afae0c270d8358

1 files changed, 1 insertions(+), 5 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.229 2003/08/29 10:50:32 fluxgen Exp $ +// $Id: Screen.cc,v 1.230 2003/08/30 01:02:38 fluxgen Exp $ #include "Screen.hh"

@@ -600,10 +600,6 @@ // setup windowtheme, toolbartheme for antialias

winFrameTheme().font().setAntialias(*resource.antialias); m_menutheme->titleFont().setAntialias(*resource.antialias); m_menutheme->frameFont().setAntialias(*resource.antialias); - - // load theme - // std::string theme_filename(Fluxbox::instance()->getStyleFilename()); - // FbTk::ThemeManager::instance().load(theme_filename.c_str()); renderGeomWindow();