mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
fixes for 64bit archs: don't assume a pointer is 32bit wide
This commit is contained in:
@@ -73,7 +73,7 @@ class CScanTs : public CMenuTarget
|
||||
void paintLineLocale(int x, int * y, int width, const neutrino_locale_t l);
|
||||
void paintLine(int x, int y, int width, const char * const txt);
|
||||
void paintRadar(void);
|
||||
int handleMsg(neutrino_msg_t msg, neutrino_msg_data_t data);
|
||||
neutrino_msg_t handleMsg(neutrino_msg_t msg, neutrino_msg_data_t data);
|
||||
int greater_xpos(int xpos, const neutrino_locale_t txt);
|
||||
bool freqready;
|
||||
void showSNR();
|
||||
|
Reference in New Issue
Block a user