summaryrefslogtreecommitdiff
path: root/maximus/xutils.h
diff options
context:
space:
mode:
authorStefano Karapetsas <[email protected]>2013-11-29 04:07:54 -0800
committerStefano Karapetsas <[email protected]>2013-11-29 04:07:54 -0800
commit3418016449e06e42f6d164a6fe9594fbe8adafe8 (patch)
tree5d30f753870030c945ffad8b45b590f0f8325852 /maximus/xutils.h
parentc861b869257e89c1d4872476f3311dd52094a92d (diff)
parent81fb93c89e044fc20cae33523150a11f865daa0a (diff)
downloadmate-netbook-3418016449e06e42f6d164a6fe9594fbe8adafe8.tar.bz2
mate-netbook-3418016449e06e42f6d164a6fe9594fbe8adafe8.tar.xz
Merge pull request #7 from infirit/master
Back to libwnck plus various fixes
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 */