]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
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)
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.


No differences found