summaryrefslogtreecommitdiff
path: root/csrc/drawing.c
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2018-10-02 17:19:01 +0800
committerIru Cai <mytbk920423@gmail.com>2018-10-02 17:19:01 +0800
commit646a41e0edd22c254be4939c9fa4e54b29fdb502 (patch)
treee45272d18e3f39b07b1fb138082e4481aa5f4e78 /csrc/drawing.c
parente1e07917b317be0dab9beb42eb01205b62cfdd01 (diff)
downloadrich4-646a41e0edd22c254be4939c9fa4e54b29fdb502.tar.xz
overlay_fullscreen
Diffstat (limited to 'csrc/drawing.c')
-rw-r--r--csrc/drawing.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/csrc/drawing.c b/csrc/drawing.c
index 2cd9f81..e122baa 100644
--- a/csrc/drawing.c
+++ b/csrc/drawing.c
@@ -437,7 +437,7 @@ void move_animation(int obj, int x1, int y1, int x2, int y2, int T)
free(st0);
}
-int fcn_4563f5(uint16_t *a0, struct graph_st *a1, int a2, int a3)
+int overlay_fullscreen(uint16_t *a0, struct graph_st *a1, int a2, int a3)
{
return graph_overlay0(640, 480, a0, a1, a2, a3);
}