Skip to content

Commit 00ddbc4

Browse files
committed
fixed obsolete commend
1 parent fe6773c commit 00ddbc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ int main(int argc, char **argv)
525525
if (!is_active)
526526
break;
527527

528-
/// fixate pointer (set pointer to start pos): not the best solution (is wiggles a bit) but I've not found a bette one (maybe hide the cursor while scrolling to hide the wiggling)
528+
/// fixate pointer (set pointer to start pos): not the best solution (is wiggles a bit)
529529
XWarpPointer(display, None, window, 0, 0, 0, 0,
530530
start_pointer_pos.x, start_pointer_pos.y);
531531

0 commit comments

Comments
 (0)