workaround a problem with the harmattan gcc
[drnoksnes] / gui / gconf.h
index bb4d9a4..7d4ecbe 100644 (file)
 #define kGConfPlayerKeyboardPath "/" "keyboard"
 #define kGConfPlayerKeyboardEnable kGConfPlayerKeyboardPath "/" "enable"
 
+#define kGConfPlayerTouchscreenPath "/" "touchscreen"
+#define kGConfPlayerTouchscreenEnable kGConfPlayerTouchscreenPath "/" "enable"
+#define kGConfPlayerTouchscreenShow kGConfPlayerTouchscreenPath "/" "show_buttons"
+
+#define kGConfPlayerZeemotePath "/" "zeemote"
+#define kGConfPlayerZeemoteEnable kGConfPlayerZeemotePath "/" "enable"
+
 #endif