summaryrefslogtreecommitdiff
path: root/wm/fluxbox/patches/patch-bk
blob: 762801e8aa18b02b9e6f22d0f85e38b6b9e34498 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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: