all repos — fluxbox @ 2e6baffb9bf988901f9fa02f651efc9b2528d7b5

custom fork of the fluxbox windowmanager

removed toolbar in load rc
fluxgen fluxgen
commit

2e6baffb9bf988901f9fa02f651efc9b2528d7b5

parent

442118f77140d18f1cf690a7bb489ead007d632d

1 files changed, 2 insertions(+), 7 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.159 2003/06/18 13:51:37 fluxgen Exp $ +// $Id: fluxbox.cc,v 1.160 2003/06/23 13:35:45 fluxgen Exp $ #include "fluxbox.hh"

@@ -830,7 +830,7 @@ if (win == 0)

break; // most of them are handled in FluxboxWindow::handleEvent // but some special cases like ewmh propertys needs to be checked - for (int i=0; i<m_atomhandler.size(); ++i) { + for (size_t i=0; i<m_atomhandler.size(); ++i) { if (m_atomhandler[i]->propertyNotify(*win, e->xproperty.atom)) break; }

@@ -2129,11 +2129,6 @@ screen.saveClock24Hour(false);

} else screen.saveClock24Hour(false); #endif // HAVE_STRFTIME - - //check size on toolbarwidth percent - if (screen.getToolbarWidthPercent() <= 0 || - screen.getToolbarWidthPercent() > 100) - screen.saveToolbarWidthPercent(66); }