summarylogtreecommitdiffstats
path: root/qvkscreenkey_fix.patch
blob: 77696928bdfd6817c969fac535cefc0fb08996b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/screenkey/QvkScreenkey.h	2015-06-15 11:13:40.122098809 -0500
+++ b/screenkey/QvkScreenkey.h	2015-06-15 11:15:04.039862344 -0500
@@ -10,6 +10,10 @@
 #include <stdio.h>
 #include <string.h>

+#ifdef Bool
+#undef Bool
+#endif
+
 class QvkScreenkey: public QObject
 { 
 Q_OBJECT