summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorWilliam Wilgus <wilgus.william@gmail.com>2020-10-26 15:23:52 -0400
committerWilliam Wilgus <wilgus.william@gmail.com>2020-10-26 15:25:07 -0400
commit04e7bacc4c971f7ed90e15a475312b2b69774cb4 (patch)
treecf455d8fe681e9b741a122bcedd63c05d0e80286 /apps/plugins
parentada919fc1122c314b239212a40d15c5ab131becd (diff)
downloadrockbox-04e7bacc4c971f7ed90e15a475312b2b69774cb4.tar.gz
rockbox-04e7bacc4c971f7ed90e15a475312b2b69774cb4.zip
FIX RED Framebuffer_viewport_rewrite
Change-Id: I716929fbee48bef68d7383efb944f9d491fdfe4d
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/reversi/reversi-gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/reversi/reversi-gui.c b/apps/plugins/reversi/reversi-gui.c
index 4f36841322..aca54a1ea3 100644
--- a/apps/plugins/reversi/reversi-gui.c
+++ b/apps/plugins/reversi/reversi-gui.c
@@ -207,7 +207,7 @@ struct touchbutton reversi_buttons[TOUCHBUTTON_COUNT] =
207 false, REVERSI_BUTTON_QUIT, false, "Quit", NULL }, 207 false, REVERSI_BUTTON_QUIT, false, "Quit", NULL },
208 208
209 { {.x=0, .y=0, .width=XOFS+BOARD_WIDTH,.height=YOFS+BOARD_HEIGHT, .flags=0, .buffer=0, 209 { {.x=0, .y=0, .width=XOFS+BOARD_WIDTH,.height=YOFS+BOARD_HEIGHT, .flags=0, .buffer=0,
210 .font=0, .drawmode=DRMODE_SOLID, .fg_pattern=0, .bgpattern=0xFFFF}, 210 .font=0, .drawmode=DRMODE_SOLID, .fg_pattern=0, .bg_pattern=0xFFFF},
211 false, REVERSI_BUTTON_MAKE_MOVE, true, NULL, NULL } 211 false, REVERSI_BUTTON_MAKE_MOVE, true, NULL, NULL }
212}; 212};
213#endif 213#endif