mirror of
https://github.com/vale981/spectrwm
synced 2025-03-05 09:51:38 -05:00
add a couple more xcb_flush()'s
This commit is contained in:
parent
b6ee0345e4
commit
2dfd100cea
1 changed files with 2 additions and 0 deletions
|
@ -7286,6 +7286,7 @@ screenchange(xcb_randr_screen_change_notify_event_t *e)
|
|||
else
|
||||
xcb_randr_set_screen_size(conn, e->root, e->width,
|
||||
e->height, e->mwidth, e->mheight);
|
||||
xcb_flush(conn);
|
||||
|
||||
num_screens = xcb_setup_roots_length(xcb_get_setup(conn));
|
||||
/* silly event doesn't include the screen index */
|
||||
|
@ -7777,6 +7778,7 @@ done:
|
|||
XFreeFontSet(display, bar_fs);
|
||||
#endif
|
||||
xcb_key_symbols_free(syms);
|
||||
xcb_flush(conn);
|
||||
xcb_disconnect(conn);
|
||||
|
||||
return (0);
|
||||
|
|
Loading…
Add table
Reference in a new issue