]> git.corax.cc Git - dwm/commit
Don't hide structs and unions behind typedefs
authorMatthias Kruk <matthias.kruk@miraclelinux.com>
Sat, 13 Mar 2021 00:17:11 +0000 (09:17 +0900)
committerMatthias Kruk <matthias.kruk@miraclelinux.com>
Sat, 13 Mar 2021 00:17:11 +0000 (09:17 +0900)
commit07215be2cab426b77a301b9714265558d7e1376a
tree55104948d91180c7ac5482f0ab284294f5e96f5f
parent5a07d4d40751ac8673cbc2d7bab657f532662d1a
Don't hide structs and unions behind typedefs

To make it more obvious, what kind of data one is dealing with, remove
typedefs that are hiding structs and unions.
config.def.h
dwm.c