summaryrefslogtreecommitdiffstats
path: root/include/x11-helper.h
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-07-27 09:22:21 +0200
committerDave Davenport <qball@gmpclient.org>2015-07-27 09:22:21 +0200
commit8104997e6f1c2d9de4c9757d6cfa79831aa20e9c (patch)
treea8f561386b470748beb698b03505ef7928955dd2 /include/x11-helper.h
parent99016c5640a172306f1cd4dda9cc773e65f06f11 (diff)
Bug #191 rename header guard to not use reserved macro name.
Diffstat (limited to 'include/x11-helper.h')
-rw-r--r--include/x11-helper.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/x11-helper.h b/include/x11-helper.h
index 2cf94e81..d2d5a99d 100644
--- a/include/x11-helper.h
+++ b/include/x11-helper.h
@@ -1,5 +1,5 @@
-#ifndef __X11_HELPER_H__
-#define __X11_HELPER_H__
+#ifndef X11_HELPER_H
+#define X11_HELPER_H
int window_get_prop ( Display *display, Window w, Atom prop,