diff options
author | phintuka <phintuka> | 2012-03-19 11:29:14 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2012-03-19 11:29:14 +0000 |
commit | a888c2ebca7902a8172f7d4000ad80d3546559f9 (patch) | |
tree | 8e575c7c482cb61769681c21df26de004b8bd3ad /menu.h | |
parent | eb5074c5b58ca3dd278f9ab43e7259df39506ac5 (diff) | |
download | xineliboutput-a888c2ebca7902a8172f7d4000ad80d3546559f9.tar.gz xineliboutput-a888c2ebca7902a8172f7d4000ad80d3546559f9.tar.bz2 |
Removed static members from main menu
Diffstat (limited to 'menu.h')
-rw-r--r-- | menu.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: menu.h,v 1.10 2012-03-19 11:21:33 phintuka Exp $ + * $Id: menu.h,v 1.11 2012-03-19 11:29:14 phintuka Exp $ * */ @@ -27,8 +27,7 @@ class cMenuXinelib : public cMenuSetupPage // Hotkeys enum { hkInit, hkSeen, hkNone } hotkey_state; - static time_t g_LastHotkeyTime; - static eKeys g_LastHotkey; + virtual eOSState ProcessHotkey(eKeys Key); cOsdItem *audio_ctrl_compress; |