Support for X quitting

This commit is contained in:
Sanel Zukan
2009-02-25 15:03:37 +00:00
parent e0e54f2ece
commit 377538f2e3
4 changed files with 155 additions and 2 deletions

18
evoke/Xshutdown.h Normal file
View File

@@ -0,0 +1,18 @@
/*
* $Id$
*
* Evoke, head honcho of everything
* Part of Equinox Desktop Environment (EDE).
* Copyright (c) 2007-2009 EDE Authors.
*
* This program is licensed under terms of the
* GNU General Public License version 2 or newer.
* See COPYING for details.
*/
#ifndef __XSHUTDOWN_H__
#define __XSHUTDOWN_H__
void x_shutdown(void);
#endif