]> git.mdlowis.com Git - proto/labwc.git/commit
Implement <resize><drawContents>
authortokyo4j <hrak1529@gmail.com>
Wed, 29 May 2024 02:06:39 +0000 (11:06 +0900)
committerJohan Malm <johanmalm@users.noreply.github.com>
Sat, 15 Jun 2024 20:17:01 +0000 (21:17 +0100)
commitbb1d0b4352949943045d41ee0d818a1ff7487875
tree40bbf4fae85dc58611339a0213376cebb4ee8e89
parent25415eb7ab58f247db729a92cda63a7feaa4b15d
Implement <resize><drawContents>

<resize><drawContents>[yes|no] configures whether to let the clients
redraw its window content content while resizing.

When <resize><drawContents> is set to no, a multi-rect is shown to
indicate the geometry of the resized window.
docs/labwc-config.5.scd
docs/rc.xml.all
include/config/rcxml.h
include/resize-outlines.h [new file with mode: 0644]
include/view.h
src/config/rcxml.c
src/input/cursor.c
src/meson.build
src/resize-outlines.c [new file with mode: 0644]
src/ssd/resize-indicator.c