all repos — fluxbox @ 7e11e99f79b1308931985c3726c8febdab1da2c4

custom fork of the fluxbox windowmanager

minor stuff
fluxgen fluxgen
commit

7e11e99f79b1308931985c3726c8febdab1da2c4

parent

dba0d4ffb33c2cf05831987f7c51d6ac19cd387f

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

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

@@ -370,7 +370,8 @@

if (m_screen_list.empty()) { throw string(_FBTEXT(Fluxbox, ErrorNoScreens, - "Couldn't find screens to manage.\nMake sure you don't have another window manager running.", "Error message when no unmanaged screens found - usually means another window manager is running")); + "Couldn't find screens to manage.\nMake sure you don't have another window manager running.", + "Error message when no unmanaged screens found - usually means another window manager is running")); } m_keyscreen = m_mousescreen = m_screen_list.front();

@@ -594,7 +595,9 @@ _FB_USES_NLS;

// create directory with perm 700 if (mkdir(dirname.c_str(), 0700)) { fprintf(stderr, _FBTEXT(Fluxbox, ErrorCreatingDirectory, - "Can't create %s directory", "Can't create a directory, one %s for directory name"), dirname.c_str()); + "Can't create %s directory", + "Can't create a directory, one %s for directory name"), + dirname.c_str()); cerr<<endl; return; }

@@ -658,7 +661,6 @@

// we need to check focus out for menus before // we call FbTk eventhandler // so we can get FbTk::Menu::focused() before it sets to 0 - if (e->type == FocusOut && e->xfocus.mode != NotifyGrab && e->xfocus.detail != NotifyPointer &&

@@ -828,7 +830,6 @@ }

} break; case LeaveNotify: - m_last_time = e->xcrossing.time; break; case Expose: