diff --git a/v2/internal/frontend/desktop/linux/window.go b/v2/internal/frontend/desktop/linux/window.go index e7033fe9..f414c0cf 100644 --- a/v2/internal/frontend/desktop/linux/window.go +++ b/v2/internal/frontend/desktop/linux/window.go @@ -286,7 +286,7 @@ static gboolean startResize(gpointer data) { return G_SOURCE_REMOVE; } - gtk_window_begin_resize_drag(options->mainwindow, options->edge, 1, xroot, yroot, dragTime); + gtk_window_begin_resize_drag(options->mainwindow, options->edge, mouseButton, xroot, yroot, dragTime); free(data); return G_SOURCE_REMOVE;