summaryrefslogtreecommitdiff
path: root/wm/fluxbox/patches/patch-bk
diff options
context:
space:
mode:
Diffstat (limited to 'wm/fluxbox/patches/patch-bk')
-rw-r--r--wm/fluxbox/patches/patch-bk22
1 files changed, 22 insertions, 0 deletions
diff --git a/wm/fluxbox/patches/patch-bk b/wm/fluxbox/patches/patch-bk
new file mode 100644
index 00000000000..d19fca825fa
--- /dev/null
+++ b/wm/fluxbox/patches/patch-bk
@@ -0,0 +1,22 @@
+$NetBSD: patch-bk,v 1.1 2007/11/01 13:08:07 rillig Exp $
+
+--- src/CurrentWindowCmd.hh.orig 2007-03-19 20:57:09.000000000 +0100
++++ src/CurrentWindowCmd.hh 2007-11-01 13:47:51.707603000 +0100
+@@ -137,7 +137,7 @@ private:
+ // 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);
+ protected:
+ void real_execute();
+
+@@ -170,7 +170,7 @@ public:
+ IGNORE_X = 1 << 8,
+ IGNORE_Y = 1 << 9
+ };
+- explicit MoveToCmd(const int step_size_x, const int step_size_y, const unsigned int refc);
++ explicit MoveToCmd(int step_size_x, int step_size_y, unsigned int refc);
+ protected:
+ void real_execute();
+