chiark / gitweb /
Prevent drags from being started outside the playing area, which was
authorSimon Tatham <anakin@pobox.com>
Thu, 30 Jun 2005 18:11:41 +0000 (18:11 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 30 Jun 2005 18:11:41 +0000 (18:11 +0000)
commit091fe57e0f8448e0972fa82dfac1f83f43147c5b
tree80ce0871353854fb684acb4845c4752d220debf5
parent8f670292a72c1c5450c5c62bc2a5a06005808ed7
Prevent drags from being started outside the playing area, which was
causing invalid move descriptions to be returned from
interpret_move() and then failing an assertion when execute_move()
refused them.

[originally from svn r6044]
rect.c