sowm: Enable missing prototypes warning and define win_prev.

This commit is contained in:
Dylan Araps
2019-12-18 11:41:21 +00:00
parent 8ee3294adf
commit 09a514cd5e
3 changed files with 5 additions and 3 deletions

2
sowm.c
View File

@@ -212,7 +212,7 @@ void win_to_ws(const Arg arg) {
void win_prev() {
if (!cur) return;
XRaiseWindow(d, cur->prev->w);
win_focus(cur->prev);
}