mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
streaminfo2: some position fixes; mosty on the right side
Origin commit data
------------------
Commit: 23bbd2bbf7
Author: vanhofen <vanhofen@gmx.de>
Date: 2019-03-16 (Sat, 16 Mar 2019)
Origin message was:
------------------
- streaminfo2: some position fixes; mosty on the right side
This commit is contained in:
@@ -65,6 +65,7 @@ class CStreamInfo2 : public CMenuTarget
|
||||
int sigBox_h;
|
||||
int sigBox_pos;
|
||||
int sig_text_y;
|
||||
int sig_text_w;
|
||||
int sig_text_ber_x;
|
||||
int sig_text_sig_x;
|
||||
int sig_text_snr_x;
|
||||
@@ -119,7 +120,8 @@ class CStreamInfo2 : public CMenuTarget
|
||||
void paint_signal_fe_box(int x, int y, int w, int h);
|
||||
void paint_signal_fe(struct bitrate rate, struct feSignal s);
|
||||
int y_signal_fe(unsigned long value, unsigned long max_range, int max_y);
|
||||
void SignalRenderStr (unsigned int value, int x, int y);
|
||||
void SignalRenderHead(std::string head, int x, int y, fb_pixel_t color);
|
||||
void SignalRenderStr(unsigned int value, int x, int y);
|
||||
CSignalBox *signalbox;
|
||||
|
||||
void showSNR ();
|
||||
|
Reference in New Issue
Block a user