From d81b8e972678928ffece2d38213de8048f5e872d Mon Sep 17 00:00:00 2001 From: notaz Date: Wed, 15 Aug 2012 21:52:52 +0300 Subject: frontend: add renderer toggle option --- frontend/main.h | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/main.h') diff --git a/frontend/main.h b/frontend/main.h index bdb4870..56e1e73 100644 --- a/frontend/main.h +++ b/frontend/main.h @@ -65,6 +65,7 @@ enum sched_action { SACTION_NEXT_SSLOT, SACTION_PREV_SSLOT, SACTION_TOGGLE_FSKIP, + SACTION_TOGGLE_RENDERER, SACTION_SCREENSHOT, SACTION_VOLUME_UP, SACTION_VOLUME_DOWN, -- cgit v1.2.3 From fa56d36096cd4ab2b227ce2aa61c8404b8874689 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 29 Oct 2012 01:08:35 +0200 Subject: move blit to core, allow filtering while blitting also adds libpicofe to pull filters from, and filter related UI stuff --- frontend/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend/main.h') diff --git a/frontend/main.h b/frontend/main.h index 56e1e73..a03db8b 100644 --- a/frontend/main.h +++ b/frontend/main.h @@ -65,7 +65,7 @@ enum sched_action { SACTION_NEXT_SSLOT, SACTION_PREV_SSLOT, SACTION_TOGGLE_FSKIP, - SACTION_TOGGLE_RENDERER, + SACTION_SWITCH_DISPMODE, SACTION_SCREENSHOT, SACTION_VOLUME_UP, SACTION_VOLUME_DOWN, -- cgit v1.2.3