aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2015-08-30 01:00:56 -0400
committerDrew DeVault <sir@cmpwn.com>2015-08-30 01:00:56 -0400
commit122ca38c205318873e4336163f22db853f41bd7c (patch)
tree708d4a368dae858e73100f58567edabcd839e028 /include
parent79da7f112a5cd228ab45af3c1ef7f4f67bff936d (diff)
parent28e937020abe440e3ad803330c91fc52a05d87fe (diff)
downloadsway-122ca38c205318873e4336163f22db853f41bd7c.tar.xz
Merge pull request #152 from Luminarys/master
Made scratchpad handling identical to i3
Diffstat (limited to 'include')
-rw-r--r--include/commands.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/commands.h b/include/commands.h
index c2046e13..714d2db0 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -10,4 +10,6 @@ struct cmd_handler {
bool handle_command(struct sway_config *config, char *command);
+void remove_view_from_scratchpad();
+
#endif