]> git.mdlowis.com Git - proto/labwc.git/commit
Replace multi_rect with lab_scene_rect
authortokyo4j <hrak1529@gmail.com>
Mon, 9 Jun 2025 07:27:17 +0000 (16:27 +0900)
committerHiroaki Yamamoto <hrak1529@gmail.com>
Mon, 9 Jun 2025 21:03:03 +0000 (06:03 +0900)
commitffd400503e366f93c5b5872cba043626a5a9abf7
tree35d7c3723f1fc320e7319be4387a27ed417ac7ed
parent4cc6b354b0c9a8e6864fc79c99f6bd5ca4394b1f
Replace multi_rect with lab_scene_rect

lab_scene_rect accepts the arbitrary number of borders and a background
color.
12 files changed:
include/common/graphic-helpers.h
include/common/lab-scene-rect.h [new file with mode: 0644]
include/labwc.h
include/overlay.h
include/view.h
src/common/graphic-helpers.c
src/common/lab-scene-rect.c [new file with mode: 0644]
src/common/meson.build
src/debug.c
src/osd.c
src/overlay.c
src/resize-outlines.c