all repos — fluxbox @ 1473cb0f0615cac9148c47a115e067d95b549325

custom fork of the fluxbox windowmanager

missing include
rathnor rathnor
commit

1473cb0f0615cac9148c47a115e067d95b549325

parent

e6f95a1e3e06b7e629d1d61d21e7ebae42d2adbb

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

jump to
M ChangeLogChangeLog

@@ -1,5 +1,8 @@

(Format: Year/Month/Day) Changes for 0.9.7: +*03/12/02: + * Missing include of math.h for sqrt (Simon) + WorkspaceCmd.cc *03/12/01: * Fixed shadow bug with other options (Henrik) Font.cc
M src/WorkspaceCmd.ccsrc/WorkspaceCmd.cc

@@ -20,7 +20,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: WorkspaceCmd.cc,v 1.6 2003/10/14 00:21:16 fluxgen Exp $ +// $Id: WorkspaceCmd.cc,v 1.7 2003/12/02 11:59:51 rathnor Exp $ #include "WorkspaceCmd.hh"

@@ -31,6 +31,7 @@ #include "fluxbox.hh"

#include "FbTk/KeyUtil.hh" +#include <math.h> #include <algorithm> #include <functional>