mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
573 B
Plaintext
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:
|