add swallow patch + reindent everything

This commit is contained in:
Luca Bilke 2023-02-03 18:10:30 +01:00
parent 2d637e2496
commit a5ef4d240f
No known key found for this signature in database
GPG Key ID: 7B77C51E8C779E75
4 changed files with 2436 additions and 2186 deletions

1
.clang-format Normal file
View File

@ -0,0 +1 @@
IndentWidth: 4

View File

@ -18,10 +18,11 @@ FREETYPELIBS = -lfontconfig -lXft
FREETYPEINC = /usr/include/freetype2
# OpenBSD (uncomment)
#FREETYPEINC = ${X11INC}/freetype2
+#KVMLIB = -lkvm
# includes and libs
INCS = -I${X11INC} -I${FREETYPEINC}
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS}
LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lX11-xcb -lxcb -lxcb-res ${KVMLIB}
# flags
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=200809L -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS}

4618
dwm.c

File diff suppressed because it is too large Load Diff