]> git.mdlowis.com Git - proto/labwc.git/commit
view: Add optional output parameter to view_center()
authorJohn Lindgren <john@jlindgren.net>
Sat, 18 Feb 2023 05:23:19 +0000 (00:23 -0500)
committerJohn Lindgren <john@jlindgren.net>
Mon, 20 Feb 2023 16:50:12 +0000 (11:50 -0500)
commit5062c5bea33c0595446f6c6d5bfc8ee8f2cd98ff
tree63637554b4d1814fabeeee9390bd49d2ea603065
parentdf7c47b8d78955bce3ff8fe919f086fa056d108e
view: Add optional output parameter to view_center()

Allows centering the view on a specific output without the workaround of
overwriting view->current.x/y.
include/labwc.h
include/view.h
src/output.c
src/view.c
src/xdg.c
src/xwayland.c