summaryrefslogtreecommitdiffstats
path: root/include/keyb.h
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2015-07-27 10:17:12 +0200
committerQball Cow <qball@gmpclient.org>2015-07-27 10:17:12 +0200
commit2bbd589f0d317032bc4b618b4d054cf0764cc548 (patch)
tree1963eebb6d808cea3ec6df409266321a8360df38 /include/keyb.h
parent8104997e6f1c2d9de4c9757d6cfa79831aa20e9c (diff)
Add prefix to header guard. #191
Diffstat (limited to 'include/keyb.h')
-rw-r--r--include/keyb.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/keyb.h b/include/keyb.h
index 4a74ab09..6c73a21e 100644
--- a/include/keyb.h
+++ b/include/keyb.h
@@ -1,5 +1,5 @@
-#ifndef KEYB_H
-#define KEYB_H
+#ifndef ROFI_KEYB_H
+#define ROFI_KEYB_H
typedef enum _KeyBindingAction
{
@@ -69,4 +69,4 @@ void cleanup_abe ( void );
* @returns TRUE if key combo matches, FALSE otherwise.
*/
int abe_test_action ( KeyBindingAction action, unsigned int mask, KeySym key );
-#endif // KEYB_H
+#endif // ROFI_KEYB_H