]> git.mdlowis.com Git - proto/labwc.git/commit
view: Rename/move workspaces_send_to() to view_move_to_workspace()
authorJohn Lindgren <john@jlindgren.net>
Mon, 21 Nov 2022 18:03:49 +0000 (13:03 -0500)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Tue, 22 Nov 2022 08:17:33 +0000 (09:17 +0100)
commitc67c6691ac0653aa39e924a8f400632c12d4d861
treef6e883637f10917b8bbfb9d49718e91d0680f0f1
parent0e6d99e0ca312066e55d2eed3dca118491e5a050
view: Rename/move workspaces_send_to() to view_move_to_workspace()

This function semantically belongs in view.c since it
modifies `struct view`.

Also a minor formatting fix in view_toggle_always_on_top().
include/view.h
include/workspaces.h
src/action.c
src/view.c
src/workspaces.c