started to reduce globals, set signal handlers after everything used in them initialized

This commit is contained in:
Mathias Panzenböck
2014-02-15 06:07:53 +01:00
parent 133d5b8547
commit 5fef530aa0
5 changed files with 27 additions and 18 deletions

View File

@ -425,5 +425,5 @@ void Axis::move( bool press ) {
}
}
//actually create the event
sendevent(e);
sendevent(display, e);
}