summaryrefslogtreecommitdiff
path: root/maximus/xutils.h
diff options
context:
space:
mode:
authorinfirit <[email protected]>2013-11-28 19:33:41 +0100
committerinfirit <[email protected]>2013-11-28 19:40:32 +0100
commitd2e40a5b26525f9512da4b526621264e68587e0e (patch)
tree1369a6780d4627a3c771c88302c9244297bb86e8 /maximus/xutils.h
parentdada16021aa2f4332496592b196839dea7277dfa (diff)
downloadmate-netbook-d2e40a5b26525f9512da4b526621264e68587e0e.tar.bz2
mate-netbook-d2e40a5b26525f9512da4b526621264e68587e0e.tar.xz
Back to libwnck.
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 */