Better error message when defaults file is missing.
[xfwm4.git] / mcs-plugin / workspaces.h
blob8517f4bc0cf256217c542e3bbd7fef6b82cfcdb5
1 /* $Id$
3 This program is free software; you can redistribute it and/or modify
4 it under the terms of the GNU General Public License as published by
5 the Free Software Foundation; either version 2, or (at your option)
6 any later version.
8 This program is distributed in the hope that it will be useful,
9 but WITHOUT ANY WARRANTY; without even the implied warranty of
10 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 GNU General Public License for more details.
13 You should have received a copy of the GNU General Public License
14 along with this program; if not, write to the Free Software
15 Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
17 Copyright (C) 2003 Jasper Huijsmans (huysmans@users.sourceforge.net)
20 #ifndef INC_WORKSPACES_H
21 #define INC_WORKSPACES_H
23 #ifdef HAVE_CONFIG_H
24 #include "config.h"
25 #endif
27 void create_workspaces_channel (McsPlugin * mcs_plugin);
29 void add_workspaces_page (GtkBox *box);
31 #endif /* INC_WORKSPACES_H */