2013-09-26 17:14:40 +02:00

14 lines
573 B
Plaintext

$NetBSD: patch-bk,v 1.2 2009/07/07 15:47:59 sborrill Exp $
--- src/CurrentWindowCmd.hh.orig 2008-09-01 16:59:05.000000000 +0100
+++ src/CurrentWindowCmd.hh 2009-07-06 12:53:48.000000000 +0100
@@ -144,7 +144,7 @@
// move cmd, relative position
class MoveCmd: public WindowHelperCmd {
public:
- explicit MoveCmd(const int step_size_x, const int step_size_y);
+ explicit MoveCmd(int step_size_x, int step_size_y);
static FbTk::Command<void> *parse(const std::string &command,
const std::string &args, bool trusted);
protected: