aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Drew DeVault <sir@cmpwn.com>2016-05-23 09:08:18 -0400
committerLibravatar Drew DeVault <sir@cmpwn.com>2016-05-23 09:08:18 -0400
commit290a15ca1bc7640873db6678b82f2c8e070f1748 (patch)
treec09e1056207423e42bddf03aeb2fc7678f997ca9
parentMerge pull request #668 from mikkeloscar/rearrange-on-bg-change (diff)
parentMatch definition with declaration (diff)
downloadsway-290a15ca1bc7640873db6678b82f2c8e070f1748.tar.gz
sway-290a15ca1bc7640873db6678b82f2c8e070f1748.tar.zst
sway-290a15ca1bc7640873db6678b82f2c8e070f1748.zip
Merge pull request #670 from sleep-walker/master
2 minor things
-rw-r--r--README.md1
-rw-r--r--include/commands.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0012ce0c..8b349822 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,7 @@ available for you to install:
29 29
30* [Arch Linux](https://www.archlinux.org/packages/?q=sway) 30* [Arch Linux](https://www.archlinux.org/packages/?q=sway)
31* [Gentoo](https://packages.gentoo.org/packages/dev-libs/sway) 31* [Gentoo](https://packages.gentoo.org/packages/dev-libs/sway)
32* [openSUSE Tumbleweed](https://software.opensuse.org/package/sway)
32 33
33For other distros, [see this wiki page](https://github.com/SirCmpwn/sway/wiki/Install-on-other-distros). 34For other distros, [see this wiki page](https://github.com/SirCmpwn/sway/wiki/Install-on-other-distros).
34If you're interested in packaging Sway for your distribution, stop by the IRC 35If you're interested in packaging Sway for your distribution, stop by the IRC
diff --git a/include/commands.h b/include/commands.h
index 5fa66bb6..cd0610f4 100644
--- a/include/commands.h
+++ b/include/commands.h
@@ -59,6 +59,6 @@ void free_cmd_results(struct cmd_results *results);
59 */ 59 */
60const char *cmd_results_to_json(struct cmd_results *results); 60const char *cmd_results_to_json(struct cmd_results *results);
61 61
62void remove_view_from_scratchpad(); 62void remove_view_from_scratchpad(swayc_t *);
63 63
64#endif 64#endif