git-svn-id: http://svn2.nishi.boats/svn/milsko/trunk@366 b9cfdab3-6d41-4d17-bbe4-086880011989
This commit is contained in:
NishiOwO
2025-10-16 11:54:42 +00:00
parent 3b2e92ed9d
commit 6dfb78ec7d
3 changed files with 46 additions and 37 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;