From 2d73491a41b100151cf4cb795e7658e17b551785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20=C4=8Cech?= Date: Thu, 5 May 2016 09:46:49 +0200 Subject: [PATCH 1/2] Add openSUSE Tumbleweed as distro with sway --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0012ce0c6..8b349822f 100644 --- 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 From eda741d177b784024e9d6c5d7fbcc67a41957bab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20=C4=8Cech?= Date: Mon, 23 May 2016 14:42:03 +0200 Subject: [PATCH 2/2] Match definition with declaration --- include/commands.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/commands.h b/include/commands.h index 5fa66bb67..cd0610f4e 100644 --- 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