sowm

An itsy bitsy floating window manager (220~ sloc!).
git clone git://mfeller.io/sowm.git
Log | Files | Refs | README | LICENSE

commit 0df345e1da10b989de4105c983bf968f68c29e0f
parent b5087acaac034f7f4bb71e713034e21a961927a7
Author: Dylan Araps <dylan.araps@gmail.com>
Date:   Thu, 20 Feb 2020 18:37:19 +0200

sowm: Fix compiler warning

Diffstat:
Msowm.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/sowm.h b/sowm.h @@ -53,4 +53,5 @@ void win_prev(const Arg arg); void win_next(const Arg arg); void win_to_ws(const Arg arg); void ws_go(const Arg arg); -int xerror() { return 0; } + +static int xerror() { return 0; }