mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-04 12:18:33 +02:00
- rename HAVE_COOL_HARDWARE => HAVE_CST_HARDWARE
Conflicts: src/driver/rcinput.cpp src/gui/info_menue.cpp src/gui/mediaplayer.cpp src/gui/movieplayer.cpp src/zapit/src/frontend.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -575,7 +575,7 @@ void CStreamInfo2::paint_techinfo(int xpos, int ypos)
|
||||
snprintf(buf, sizeof(buf), "%dx%d", xres, yres);
|
||||
g_Font[font_info]->RenderString (xpos+spaceoffset, ypos, box_width2, buf, COL_MENUCONTENT_TEXT);
|
||||
|
||||
#if HAVE_COOL_HARDWARE
|
||||
#if HAVE_CST_HARDWARE
|
||||
//Video SYSTEM
|
||||
ypos += iheight;
|
||||
snprintf(buf, sizeof(buf), "%s:", g_Locale->getText (LOCALE_STREAMINFO_VIDEOSYSTEM));
|
||||
|
Reference in New Issue
Block a user