all repos — openbox @ fafcb6e476a90bdeb0c012e7c1eea912adcf0ec6

openbox fork - make it a bit more like ryudo

only remove one flash timer at a time, so all frames dont stop flashing just cuz a window closed
Dana Jansens danakj@orodu.net
commit

fafcb6e476a90bdeb0c012e7c1eea912adcf0ec6

parent

9102d8a64b5670aabddcf2c18895d593eb0e05d3

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

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

@@ -497,7 +497,7 @@ g_hash_table_remove(window_map, &self->rgrip);

g_hash_table_remove(window_map, &self->tlresize); g_hash_table_remove(window_map, &self->trresize); - ob_main_loop_timeout_remove(ob_main_loop, flash_timeout); + ob_main_loop_timeout_remove_data(ob_main_loop, flash_timeout, self); frame_free(self); }