all repos — fluxbox @ b4b86bbdcff015306fe09df62a388685126cb513

custom fork of the fluxbox windowmanager

minor stuff
fluxgen fluxgen
commit

b4b86bbdcff015306fe09df62a388685126cb513

parent

5cdb896772810ad2ac5187b386ed95d5b526392e

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

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

@@ -20,11 +20,11 @@ // 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: Container.cc,v 1.5 2003/10/09 16:48:09 rathnor Exp $ +// $Id: Container.cc,v 1.6 2003/10/26 21:05:03 fluxgen Exp $ -#include "FbTk/Button.hh" #include "Container.hh" +#include "FbTk/Button.hh" #include "FbTk/EventManager.hh" Container::Container(const FbTk::FbWindow &parent):

@@ -190,5 +190,5 @@ }

unsigned int Container::maxWidthPerClient() const { - return (size() == 0 ? width() : (width() + size()*m_item_list.front()->borderWidth())/size()); + return (size() == 0 ? width() : (width() + size()*m_item_list.front()->borderWidth())/size()); }