]> git.tuebingen.mpg.de Git - paraslash.git/commit
gui: Move signal handling code out of do_select().
authorAndre Noll <maan@systemlinux.org>
Fri, 3 Jan 2014 19:03:22 +0000 (19:03 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 May 2014 13:48:54 +0000 (15:48 +0200)
commit40659c0bb0602d4f2268bad6d2579d86e1b62289
tree1ee4cdbd8f9400aa93fb3569d60e480902ad8a6c
parentf127354753a643a070958f577f31251a3f58115f
gui: Move signal handling code out of do_select().

As a further preparation for employing the standard paraslash scheduler
within para_gui, this simple patch introduces signal_pre_select()
and renames handle_signal() to signal_post_select().

The signal related part of do_select() is moved to these two functions
so that do_select() is reduced to the bare minimum: one call to each
of the two new functions.
gui.c