aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2014-10-24 22:59:24 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2014-10-24 23:01:57 +0200
commitee5f1b4cf2b82af47cc55af1334c866bf14945fa (patch)
tree338b21bb470045d54a269786e941aa2bac78b3c0 /config.h.in
parent4e1c52d7985ec8a02222422ac189f1f1f4e63d28 (diff)
downloadneetdraw-ee5f1b4cf2b82af47cc55af1334c866bf14945fa.tar.gz
neetdraw-ee5f1b4cf2b82af47cc55af1334c866bf14945fa.tar.xz
neetdraw-ee5f1b4cf2b82af47cc55af1334c866bf14945fa.zip
Rewrite to use libuv
Also instead of resize_term() we use resizeterm() because the former seems to cause massive glitches. Not flicker-free in urxvt anymore though.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 2e0b129..27f026d 100644
--- a/config.h.in
+++ b/config.h.in
@@ -5,7 +5,7 @@
#define PROJECT_VERSION "${project_VERSION}"
#define PROJECT_URL "${project_URL}"
-#cmakedefine HAVE_RESIZE_TERM
+#cmakedefine HAVE_RESIZETERM
#endif // ! CONFIG_H