better
git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@366 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
parent
3b2e92ed9d
commit
6dfb78ec7d
3 changed files with 47 additions and 38 deletions
|
|
@ -98,8 +98,8 @@ static void mouse_move(MwWidget handle, void* user, void* call) {
|
|||
(void)handle;
|
||||
(void)user;
|
||||
|
||||
mx = point->x;
|
||||
my = point->y;
|
||||
mx = point->x;
|
||||
my = point->y;
|
||||
|
||||
if(click == 2) {
|
||||
t[ct].points[2 * 2 + 0] = point->x;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue