commit 290a15ca1bc7640873db6678b82f2c8e070f1748
parent d5c004f99738d4402b9e5d7de38f71d13fac719f
Author: Drew DeVault <sir@cmpwn.com>
Date: Mon, 23 May 2016 09:08:18 -0400
Merge pull request #670 from sleep-walker/master
2 minor things
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -29,6 +29,7 @@ available for you to install:
* [Arch Linux](https://www.archlinux.org/packages/?q=sway)
* [Gentoo](https://packages.gentoo.org/packages/dev-libs/sway)
+* [openSUSE Tumbleweed](https://software.opensuse.org/package/sway)
For other distros, [see this wiki page](https://github.com/SirCmpwn/sway/wiki/Install-on-other-distros).
If you're interested in packaging Sway for your distribution, stop by the IRC
diff --git a/include/commands.h b/include/commands.h
@@ -59,6 +59,6 @@ void free_cmd_results(struct cmd_results *results);
*/
const char *cmd_results_to_json(struct cmd_results *results);
-void remove_view_from_scratchpad();
+void remove_view_from_scratchpad(swayc_t *);
#endif