diff options
author | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-19 22:33:19 +0200 |
---|---|---|
committer | Manuel Palenzuela <manuelpalenzuelamerino@gmail.com> | 2019-06-19 22:33:19 +0200 |
commit | 2ffa4096bfd6c8600887199082e271aa2d581091 (patch) | |
tree | ac93cb10590fd7e20b63dc721446f84a0c000e10 /config.mk | |
parent | Added the option for rounded corners [Patch] (diff) | |
download | dwm-2ffa4096bfd6c8600887199082e271aa2d581091.tar.gz dwm-2ffa4096bfd6c8600887199082e271aa2d581091.tar.bz2 dwm-2ffa4096bfd6c8600887199082e271aa2d581091.zip |
Removed the option of rounded corners due to bad functionality
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk index 39bdf4e..3cb1518 100644 --- a/config.mk +++ b/config.mk @@ -22,7 +22,7 @@ FREETYPEINC = /usr/include/freetype2 # includes and libs INCS = -I${X11INC} -I${FREETYPEINC} -LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lXrender -lXext +LIBS = -L${X11LIB} -lX11 ${XINERAMALIBS} ${FREETYPELIBS} -lXrender # flags CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_POSIX_C_SOURCE=2 -DVERSION=\"${VERSION}\" ${XINERAMAFLAGS} |