示例#1
0
文件: Init.c 项目: L3oV1nc3/VMGL
/*
 * DDX - specific abort routine.  Called by AbortServer().
 */
void AbortDDX(void)
{
  xnestDoFullGeneration = True;
  xnestCloseDisplay();
}
示例#2
0
文件: Init.c 项目: csulmone/X11
/*
 * DDX - specific abort routine.  Called by AbortServer().
 */
void
AbortDDX(enum ExitCode error)
{
    xnestDoFullGeneration = True;
    xnestCloseDisplay();
}