Merge pull request #863 from lakkatv/lakka

Lakka
This commit is contained in:
Twinaphex 2014-08-09 10:56:00 +02:00
commit 81264060e2
2 changed files with 1 additions and 2 deletions

View File

@ -108,7 +108,6 @@ ifeq ($(HAVE_RGUI), 1)
ifeq ($(HAVE_LAKKA), 1)
OBJ += frontend/menu/backend/menu_lakka_backend.o frontend/menu/disp/lakka.o
DEFINES += -DHAVE_LAKKA
LIBS += -lpng
endif
endif

View File

@ -150,7 +150,7 @@ static void lakka_responsive(void)
return;
}
if (1)//(gl->win_width >= 1920)
if (gl->win_width >= 1920)
{
icon_size = 192;
hspacing = 300;