summaryrefslogtreecommitdiff
path: root/maximus/xutils.h
diff options
context:
space:
mode:
Diffstat (limited to 'maximus/xutils.h')
-rw-r--r--maximus/xutils.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/maximus/xutils.h b/maximus/xutils.h
index 58e1d6e..82e36c8 100644
--- a/maximus/xutils.h
+++ b/maximus/xutils.h
@@ -21,8 +21,8 @@
* Boston, MA 02111-1307, USA.
*/
-#ifndef MATEWNCK_XUTILS_H
-#define MATEWNCK_XUTILS_H
+#ifndef WNCK_XUTILS_H
+#define WNCK_XUTILS_H
#include <glib.h>
#include <X11/Xlib.h>
@@ -33,17 +33,17 @@
G_BEGIN_DECLS
void
-_matewnck_error_trap_push (void);
+_wnck_error_trap_push (void);
int
-_matewnck_error_trap_pop (void);
+_wnck_error_trap_pop (void);
void
-_matewnck_get_wmclass (Window xwindow,
+_wnck_get_wmclass (Window xwindow,
char **res_class,
char **res_name);
G_END_DECLS
-#endif /* MATEWNCK_XUTILS_H */
+#endif /* WNCK_XUTILS_H */