minor fix for previous fix
fluxgen fluxgen
1 files changed,
5 insertions(+),
1 deletions(-)
jump to
M
src/Screen.cc
→
src/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();