mirror of
https://github.com/labwc/labwc.git
synced 2025-11-02 09:01:47 -05:00
overlay: add theme setting snapping.preview.[region|edge].fill
This settings allows user to choose whether to draw a filled rectangle or an outlined rectangle as the preview for window snapping.
This commit is contained in:
parent
be491e0e4c
commit
50fd65416f
8 changed files with 114 additions and 36 deletions
|
|
@ -587,6 +587,7 @@ seat_reconfigure(struct server *server)
|
|||
struct seat *seat = &server->seat;
|
||||
struct input *input;
|
||||
cursor_load(seat);
|
||||
overlay_reconfigure(seat);
|
||||
wl_list_for_each(input, &seat->inputs, link) {
|
||||
switch (input->wlr_input_device->type) {
|
||||
case WLR_INPUT_DEVICE_KEYBOARD:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue