sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 24cc12e043aa6c60ba7ddbebe8e4ba9bf819697a
parent 6f53322774a55c2887103153b73ff46f8f0634ed
Author: Hummer12007 <hilobakho@gmail.com>
Date:   Mon, 28 Mar 2016 22:26:41 +0300

Added -R option to getopt opt_string
Diffstat:
Mswaygrab/main.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/swaygrab/main.c b/swaygrab/main.c @@ -182,7 +182,7 @@ int main(int argc, char **argv) { int c; while (1) { int option_index = 0; - c = getopt_long(argc, argv, "hco:vs:r", long_options, &option_index); + c = getopt_long(argc, argv, "hco:vs:R:r", long_options, &option_index); if (c == -1) { break; }