]> git.tuebingen.mpg.de Git - paraslash.git/commit
gui: Use cpp magic to define command handlers.
authorAndre Noll <maan@systemlinux.org>
Fri, 10 Jan 2014 00:22:07 +0000 (00:22 +0000)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 May 2014 13:48:54 +0000 (15:48 +0200)
commit18daa9110808af03e0aa56b91c10df9dafec2135
tree3fbc9cb7d9939bc229fc413edf529c0367919498
parent405a66cac091943206ea466455638b876942fe1d
gui: Use cpp magic to define command handlers.

This shortens the code a bit and avoids duplications. The command
handler for cancel_scroll had to be renamed from com_cancel_scrolling()
to com_cancel_scroll() since the old name did not match command name.
gui.c