commit | 3109e16ace9cc24ca4bc779d7eacaa6ee6f1200c | [log] [tgz] |
---|---|---|
author | Daniel Lezcano <daniel.lezcano@linaro.org> | Fri Feb 19 21:28:23 2016 +0000 |
committer | Daniel Lezcano <daniel.lezcano@linaro.org> | Fri Feb 19 21:28:23 2016 +0000 |
tree | 2f428824b773fb020ef3231cc74bf4229fed5bd1 | |
parent | 88b377303f964c92e3be7077d14cf4db70436c5d [diff] |
Move SIGWINCH setup in the display file The SIGWINCH signal handler calls a display function. For this we exported the handler in powerdebug.c. That does not make sense, let's move the signal setup in display.c directly. Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>