summaryrefslogtreecommitdiff
path: root/tools/mate-session-check-accelerated-common.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/mate-session-check-accelerated-common.h')
-rw-r--r--tools/mate-session-check-accelerated-common.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/mate-session-check-accelerated-common.h b/tools/mate-session-check-accelerated-common.h
index 59631d9..c2f8852 100644
--- a/tools/mate-session-check-accelerated-common.h
+++ b/tools/mate-session-check-accelerated-common.h
@@ -2,7 +2,7 @@
/* Tool to set the property _GNOME_SESSION_ACCELERATED on the root window */
/*
* Copyright (C) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
- *
+ * Copyright (C) 2012-2021 MATE Developers
*
* 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
@@ -22,8 +22,12 @@
* Frederic Crozat <[email protected]>
*/
+#ifndef __MATE_SESSION_CHECK_ACCELERATED_COMMON_H__
+#define __MATE_SESSION_CHECK_ACCELERATED_COMMON_H__
+
/* Exit value for helper */
#define HELPER_ACCEL 0
#define HELPER_NO_ACCEL 1
#define HELPER_SOFTWARE_RENDERING 2
+#endif /* __MATE_SESSION_CHECK_ACCELERATED_COMMON_H__ */