all repos — fluxbox @ d6c216885db770ee3a25069a41f61369c743fd4c

custom fork of the fluxbox windowmanager

minor fix
fluxgen fluxgen
commit

d6c216885db770ee3a25069a41f61369c743fd4c

parent

204492401c79d46258fa1682dd41961a16175a17

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

jump to
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.7 2003/12/02 11:59:51 rathnor Exp $ +// $Id: WorkspaceCmd.cc,v 1.8 2003/12/03 17:55:13 fluxgen Exp $ #include "WorkspaceCmd.hh"

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

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