diff options
author | Jari Vetoniemi <mailroxas@gmail.com> | 2014-04-10 23:50:55 +0300 |
---|---|---|
committer | Jari Vetoniemi <mailroxas@gmail.com> | 2014-04-10 23:50:55 +0300 |
commit | 590c5d9f857d594af4146fb6e019228b874b368a (patch) | |
tree | 60002d709a43155e75b64b42e9e96601a16bd62a /lib/draw/curses.c | |
parent | 8e0dd1ab39d3d041b4093e2c43fdf6715da1add3 (diff) | |
download | bemenu-590c5d9f857d594af4146fb6e019228b874b368a.tar.gz bemenu-590c5d9f857d594af4146fb6e019228b874b368a.tar.bz2 bemenu-590c5d9f857d594af4146fb6e019228b874b368a.zip |
Undef get_wch
Diffstat (limited to 'lib/draw/curses.c')
-rw-r--r-- | lib/draw/curses.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/draw/curses.c b/lib/draw/curses.c index 336b21d..a58dd3b 100644 --- a/lib/draw/curses.c +++ b/lib/draw/curses.c @@ -12,6 +12,7 @@ /* ncurses.h likes to define stuff for us. * This unforunately mangles with our struct. */ #undef erase +#undef get_wch #undef refresh #undef mvprintw #undef move |