Changes are made.

This commit is contained in:
Cevdet Arda Haran 2022-12-02 12:59:37 +03:00
parent 6f3265185a
commit 3799897bcb
13 changed files with 21 additions and 1412 deletions

View file

@ -1,11 +1,3 @@
/*
* Attempt to consolidate unavoidable suck into one file, away from dwl.c. This
* file is not meant to be pretty. We use a .h file with static inline
* functions instead of a separate .c module, or function pointers like sway, so
* that they will simply compile out if the chosen #defines leave them unused.
*/
/* Leave these functions first; they're used in the others */
static inline int
client_is_x11(Client *c)
{