labwc/src
John Lindgren e465a41c0a ssd: Fix segfault when disabling output with fullscreen view
wlr_output_layout_get() returns NULL for disabled outputs.

Backtrace (abbreviated):

     #0  lab_wlr_output_layout_layout_coords at ../src/ssd/ssd_extents.c:33
     #1  ssd_extents_update at ../src/ssd/ssd_extents.c:133
     #2  ssd_extents_create at ../src/ssd/ssd_extents.c:95
     #3  ssd_create at ../src/ssd/ssd.c:161
     #4  decorate.part.0.lto_priv.0 at ../src/view.c:637
     #5  decorate at ../src/view.c:636
     #6  view_set_fullscreen at ../src/view.c:716
     #7  view_adjust_for_layout_change ../src/view.c:745
     #8  desktop_arrange_all_views ../src/desktop.c:52
     #9  output_update_all_usable_areas at ../src/output.c:495
     #10 output_update_for_layout_change at ../src/output.c:263
     #11 do_output_layout_change at ../src/output.c:423
     #12 do_output_layout_change at ../src/cursor.c:267
     #13 output_config_apply at ../src/output.c:334
     #14 handle_output_manager_apply at ../src/output.c:354
2023-02-15 03:09:21 -05:00
..
common
config src/config/rcxml.c: allow clearing key/mouse bindings 2023-02-03 03:30:10 +01:00
menu menu: Compute usable area for the correct output 2023-02-09 00:33:56 -05:00
ssd ssd: Fix segfault when disabling output with fullscreen view 2023-02-15 03:09:21 -05:00
xbm
action.c view: Use wlr_box for current/pending geometry 2023-02-09 10:44:15 -05:00
buffer.c
cursor.c src/cursor.c: explain X11 cursor name fallback 2023-02-12 09:34:37 +00:00
debug.c
desktop.c
dnd.c
foreign.c view: Use wlr_box for current/pending geometry 2023-02-09 10:44:15 -05:00
interactive.c view: Use wlr_box for current/pending geometry 2023-02-09 10:44:15 -05:00
key-state.c
keyboard.c src/config/rcxml.c: allow clearing key/mouse bindings 2023-02-03 03:30:10 +01:00
layers.c
main.c
meson.build
node.c
osd.c
output.c
regions.c
resistance.c view: Use wlr_box for current/pending geometry 2023-02-09 10:44:15 -05:00
seat.c
server.c Add xdg-activation protocol 2023-02-10 20:51:29 +00:00
theme.c
touch.c
view-impl.c
view.c view: make view_move_resize always work 2023-02-13 08:58:31 -05:00
workspaces.c
xdg-deco.c
xdg-popup.c view: Use wlr_box for current/pending geometry 2023-02-09 10:44:15 -05:00
xdg.c src/xdg.c: sync move with pending resize 2023-02-13 11:30:15 -05:00
xwayland-unmanaged.c
xwayland.c xdg: Fix positioning of initially-maximized views 2023-02-10 10:45:16 +01:00