all repos — fluxbox @ 56b367963765c4150adfc96b1a321dc813870aff

custom fork of the fluxbox windowmanager

minor fix for startup
fluxgen fluxgen
commit

56b367963765c4150adfc96b1a321dc813870aff

parent

8844b5890f1a13cd0295d6d74a2bdb93d6770748

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M src/fluxbox.ccsrc/fluxbox.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: fluxbox.cc,v 1.240 2004/04/22 21:07:57 fluxgen Exp $ +// $Id: fluxbox.cc,v 1.241 2004/04/26 09:25:42 fluxgen Exp $ #include "fluxbox.hh"

@@ -588,6 +588,7 @@ screen->slit()->show();

#endif // SLIT } // end init screens + XAllowEvents(disp, ReplayPointer, CurrentTime); m_keyscreen = m_mousescreen = m_screen_list.front();