; * src/xterm.c (x_sync_init_fences): Fix number of fences announced.
This commit is contained in:
parent
7ac0e30701
commit
9313551fae
1 changed files with 1 additions and 1 deletions
|
@ -6875,7 +6875,7 @@ x_sync_init_fences (struct frame *f)
|
|||
XChangeProperty (FRAME_X_DISPLAY (f), FRAME_OUTER_WINDOW (f),
|
||||
dpyinfo->Xatom_net_wm_sync_fences, XA_CARDINAL,
|
||||
32, PropModeReplace,
|
||||
(unsigned char *) &output->sync_fences, 1);
|
||||
(unsigned char *) &output->sync_fences, 2);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Reference in a new issue