]> git.mdlowis.com Git - proto/labwc.git/commit
view: use fixed default window width
authortokyo4j <hrak1529@gmail.com>
Mon, 1 Sep 2025 08:29:24 +0000 (17:29 +0900)
committerJohan Malm <johanmalm@users.noreply.github.com>
Mon, 1 Sep 2025 19:13:00 +0000 (20:13 +0100)
commit164b17c279874679374786bae1dc517b3962c8d7
tree39df89d2be980a68dbf0f5a3cf60a8a1f48f84a7
parent6ed26173947392d275cafc9f5f02b65b03ee4b03
view: use fixed default window width

Now it's not very reasonable to determine the default window width based
on the titlebar geometry, as the titlebar can be shrunk to 1px.

Let's use the fixed value of 100px for simplification.
include/view.h
src/snap.c
src/view.c
src/xwayland.c