Exemple #1
0
/*
 * DDX - specific abort routine.  Called by AbortServer().
 */
void AbortDDX(void)
{
  xnestDoFullGeneration = True;
  xnestCloseDisplay();
}
Exemple #2
0
/*
 * DDX - specific abort routine.  Called by AbortServer().
 */
void
AbortDDX(enum ExitCode error)
{
    xnestDoFullGeneration = True;
    xnestCloseDisplay();
}