all repos — openbox @ 1430d59e96616435fdac4aad5a7713d3aae1ef83

openbox fork - make it a bit more like ryudo

fix another crash
Dana Jansens danakj@orodu.net
commit

1430d59e96616435fdac4aad5a7713d3aae1ef83

parent

1890e3b0e7562a8597f9f9b54744519306858a06

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M openbox/screen.copenbox/screen.c

@@ -1100,7 +1100,7 @@

#define RESET_STRUT_LIST(sl) \ {if (sl) for (i = 0; sl[i]; ++i) g_slist_free(sl[i]); \ sl = g_renew(GSList*, sl, screen_num_desktops + 1); \ - sl[screen_num_desktops] = NULL;} /* null terminated */ + memset(sl, sizeof(GSList*) * screen_num_desktops, NULL);} #define ADD_STRUT_TO_LIST(sl, d, s) \ {for (i = 0; i < screen_num_desktops; ++i) \