MCPcopy Create free account
hub / github.com/NetHack/NetHack / X11_wait_synch

Function X11_wait_synch

win/X11/winX.c:1375–1382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1373}
1374
1375void
1376X11_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. */
1385void

Callers

nothing calls this directly

Calls 1

X11_mark_synchFunction · 0.85

Tested by

no test coverage detected