diff options
Diffstat (limited to 'xfce4-session/xfsm-compat-kde.h')
-rw-r--r-- | xfce4-session/xfsm-compat-kde.h | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/xfce4-session/xfsm-compat-kde.h b/xfce4-session/xfsm-compat-kde.h new file mode 100644 index 0000000..1e60de4 --- /dev/null +++ b/xfce4-session/xfsm-compat-kde.h @@ -0,0 +1,31 @@ +/* $Id$ */ +/*- + * Copyright (c) 2004 Benedikt Meurer <benny@xfce.org> + * All rights reserved. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2, or (at your option) + * any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301 USA. + */ + +#ifndef __XFSM_COMPAT_KDE_H__ +#define __XFSM_COMPAT_KDE_H__ + +#include <xfce4-session/xfsm-splash-screen.h> + + +void xfsm_compat_kde_startup (XfsmSplashScreen *splash); +void xfsm_compat_kde_shutdown (void); + +#endif /* !__XFSM_COMPAT_KDE_H__ */ |