summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/mythtv/stable-0.21/mythtv/myththemedmenu.h.patch
diff options
context:
space:
mode:
authorUnconfigured <Unconfigured>2009-12-02 21:05:47 (GMT)
committerUnconfigured <Unconfigured>2009-12-02 21:05:47 (GMT)
commitaba971358e17369759ce6fda54870c1496c065e9 (patch)
tree3790afaf7b143ff0b055b6e3758ad7ac01202b97 /abs/core-testing/mythtv/stable-0.21/mythtv/myththemedmenu.h.patch
parent5f484fb1104f638b319ba57e360b25e9445d8291 (diff)
downloadlinhes_pkgbuild-aba971358e17369759ce6fda54870c1496c065e9.zip
linhes_pkgbuild-aba971358e17369759ce6fda54870c1496c065e9.tar.gz
linhes_pkgbuild-aba971358e17369759ce6fda54870c1496c065e9.tar.bz2
mythtv: stable directory renamed to stable-0.21
Diffstat (limited to 'abs/core-testing/mythtv/stable-0.21/mythtv/myththemedmenu.h.patch')
-rw-r--r--abs/core-testing/mythtv/stable-0.21/mythtv/myththemedmenu.h.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/abs/core-testing/mythtv/stable-0.21/mythtv/myththemedmenu.h.patch b/abs/core-testing/mythtv/stable-0.21/mythtv/myththemedmenu.h.patch
new file mode 100644
index 0000000..9744b11
--- /dev/null
+++ b/abs/core-testing/mythtv/stable-0.21/mythtv/myththemedmenu.h.patch
@@ -0,0 +1,25 @@
+--- libs/libmythui/myththemedmenu.h.orig 2008-01-31 15:26:45.000000000 +0000
++++ libs/libmythui/myththemedmenu.h 2008-02-07 21:00:22.000000000 +0000
+@@ -2,6 +2,7 @@
+ #define MYTHTHEMEDMENU_H_
+
+ #include "mythscreentype.h"
++#include "mythdialogbox.h"
+
+ class MythMainWindow;
+ class MythThemedMenuPrivate;
+@@ -26,8 +27,14 @@
+
+ void ReloadTheme(void);
+ void ReloadExitKey(void);
++
+ virtual void aboutToShow(void);
+
++ void doMenu();
++ void aboutScreen();
++ MythDialogBox *m_menuPopup;
++ void customEvent(QCustomEvent *event);
++
+ protected:
+ virtual bool keyPressEvent(QKeyEvent *e);
+ virtual void gestureEvent(MythUIType *origtype, MythGestureEvent *ge);