git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@366 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
Nishi 2025-10-16 11:54:42 +00:00
commit 6dfb78ec7d
3 changed files with 47 additions and 38 deletions

View file

@ -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;