Fixing wintitle and a few warning messages ref. #37

This commit is contained in:
bakkeby
2020-08-23 18:18:05 +02:00
parent 8ec80be756
commit 939a407e25
4 changed files with 10 additions and 5 deletions

View File

@@ -1,5 +1,3 @@
#define HIDDEN(C) ((getstate(C->win) == IconicState))
static void hide(Client *c);
static void show(Client *c);
static void togglewin(const Arg *arg);