all repos — fluxbox @ 33f69f1815a24486605ec4b745e73c2da214e627

custom fork of the fluxbox windowmanager

minor fix for previous fix
fluxgen fluxgen
commit

33f69f1815a24486605ec4b745e73c2da214e627

parent

3c3f805fcdb42fe4c51ea100e33e5f3b796ce3a4

1 files changed, 5 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.254 2003/12/29 01:06:32 fluxgen Exp $ +// $Id: Screen.cc,v 1.255 2003/12/29 01:23:04 fluxgen Exp $ #include "Screen.hh"

@@ -409,6 +409,10 @@ m_resource_manager(rm),

m_available_workspace_area(new Strut(0, 0, 0, 0)), m_xinerama_headinfo(0), m_shutdown(false) { + + // we need to load win frame theme before we create any fluxbox window + // else we get some bad handle/grip height/width + FbTk::ThemeManager::instance().loadTheme(*m_windowtheme.get()); Display *disp = FbTk::App::instance()->display();