summaryrefslogtreecommitdiff
path: root/mcs-plugin/xfwm4_shortcuteditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'mcs-plugin/xfwm4_shortcuteditor.h')
-rw-r--r--mcs-plugin/xfwm4_shortcuteditor.h18
1 files changed, 11 insertions, 7 deletions
diff --git a/mcs-plugin/xfwm4_shortcuteditor.h b/mcs-plugin/xfwm4_shortcuteditor.h
index 2c2027b85..2de4e7cb1 100644
--- a/mcs-plugin/xfwm4_shortcuteditor.h
+++ b/mcs-plugin/xfwm4_shortcuteditor.h
@@ -1,24 +1,28 @@
/* $Id$
-
+
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., 675 Mass Ave, Cambridge, MA 02139, USA.
-
+
shortcut editor - Copyright (C) 2004 Jean-Francois Wauthy
*/
-#ifndef __XFWM4_SHORTCUTEDITOR_H
-#define __XFWM4_SHORTCUTEDITOR_H
+#ifndef INC_XFWM4_SHORTCUTEDITOR_H
+#define INC_XFWM4_SHORTCUTEDITOR_H
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
void cb_popup_add_menu (GtkWidget *, gpointer);
void cb_popup_del_menu (GtkWidget *, gpointer);
@@ -28,4 +32,4 @@ void savetreeview_in_theme (gchar *, gpointer);
void cb_activate_treeview3 (GtkWidget *, GtkTreePath *,
GtkTreeViewColumn *, gpointer);
-#endif
+#endif /* INC_XFWM4_SHORTCUTEDITOR_H */