1 /* $Id$ */
2 /*-
3  * Copyright (c) 2004 Benedikt Meurer <benny@xfce.org>
4  * All rights reserved.
5  *
6  * This program is free software; you can redistribute it and/or modify
7  * it under the terms of the GNU General Public License as published by
8  * the Free Software Foundation; either version 2, or (at your option)
9  * any later version.
10  *
11  * This program is distributed in the hope that it will be useful,
12  * but WITHOUT ANY WARRANTY; without even the implied warranty of
13  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14  * GNU General Public License for more details.
15  *
16  * You should have received a copy of the GNU General Public License
17  * along with this program; if not, write to the Free Software
18  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
19  * MA 02110-1301 USA.
20  */
21 
22 #ifndef __XFSM_LEGACY_H__
23 #define __XFSM_LEGACY_H__
24 
25 #include <gdk/gdk.h>
26 
27 #include <libxfce4util/libxfce4util.h>
28 
29 
30 void xfsm_legacy_perform_session_save (void);
31 void xfsm_legacy_store_session (XfceRc *rc);
32 void xfsm_legacy_load_session (XfceRc *rc);
33 void xfsm_legacy_init (void);
34 void xfsm_legacy_startup (void);
35 void xfsm_legacy_shutdown (void);
36 
37 #endif /* !__XFSM_LEGACY_H__ */
38