summaryrefslogtreecommitdiff
path: root/src/actions.h
diff options
context:
space:
mode:
authorcos <cos>2013-05-15 23:26:11 +0200
committercos <cos>2013-05-25 17:31:45 +0200
commit1e5cfccbb0d104877c29d7d21d15e5ebae149c78 (patch)
treead25cd386c9e91f43951740f29d6e48c585922a2 /src/actions.h
parent49ff11ccaf895c9b35cc0df2821a260c482278c4 (diff)
downloadratpoison-1e5cfccbb0d104877c29d7d21d15e5ebae149c78.zip
Add initial cmd_gnumber implementation.
Diffstat (limited to 'src/actions.h')
-rw-r--r--src/actions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/actions.h b/src/actions.h
index 5db4a56..519c1a7 100644
--- a/src/actions.h
+++ b/src/actions.h
@@ -138,6 +138,7 @@ RP_CMD (gmove);
RP_CMD (gnew);
RP_CMD (gnewbg);
RP_CMD (gnext);
+RP_CMD (gnumber);
RP_CMD (gprev);
RP_CMD (gother);
RP_CMD (gravity);