Move clock-click code to back-end
authorH.G. Muller <h.g.muller@hccnet.nl>
Wed, 19 Jan 2011 10:10:59 +0000 (11:10 +0100)
committerArun Persaud <arun@nubati.net>
Sat, 29 Jan 2011 02:15:59 +0000 (18:15 -0800)
commited8c91aad1e9649a417feb5ef3d3637595ddbbfb
tree5121e0881814e2b4c9e9ea16bea6a2536d2b356c
parentf4f7b8a380740d3b63ce4c99f222bf822f41631e
Move clock-click code to back-end

Some duplicated (or should-be-duplicated) code for handling clicks on
the clocks from the XBoard and WinBoard front-ends was merged and
relocated to the back-end, so it can be shared. Noticeable was that
XBoard allowed turn change in ICS examine mode by clock clicking,
while WinBoard did not. WB, on the other hand, allowed clock adjustment.
backend.c
backend.h
winboard/winboard.c
xboard.c