| 1373 | } |
| 1374 | |
| 1375 | void |
| 1376 | X11_wait_synch(void) |
| 1377 | { |
| 1378 | if (x_inited) { |
| 1379 | X11_mark_synch(); |
| 1380 | XFlush(XtDisplay(toplevel)); |
| 1381 | } |
| 1382 | } |
| 1383 | |
| 1384 | /* Both resume_ and suspend_ are called from ioctl.c and unixunix.c. */ |
| 1385 | void |
nothing calls this directly
no test coverage detected