Exemplo n.º 1
0
/*!
  \brief Close display driver

  If GRASS_NOTIFY is defined, run notifier.
*/
void D_close_driver(void)
{
    const char *cmd = getenv("GRASS_NOTIFY");

    COM_Graph_close();

    if (cmd)
	system(cmd);
}
Exemplo n.º 2
0
void LOC_kill_driver(void)
{
    COM_Graph_close();
}