summaryrefslogtreecommitdiff
path: root/atari/hotlist.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/hotlist.c')
-rwxr-xr-xatari/hotlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/atari/hotlist.c b/atari/hotlist.c
index dbf9f1bb1..adfd596ca 100755
--- a/atari/hotlist.c
+++ b/atari/hotlist.c
@@ -71,7 +71,7 @@ static short handle_event(GUIWIN *win, EVMULT_OUT *ev_out, short msg[8])
case TOOLBAR_HOTLIST_DELETE:
hotlist_delete_selected();
- gemtk_wm_send_redraw(tv->window, NULL);
+ gemtk_wm_exec_redraw(tv->window, NULL);
break;
case TOOLBAR_HOTLIST_EDIT:
@@ -82,7 +82,7 @@ static short handle_event(GUIWIN *win, EVMULT_OUT *ev_out, short msg[8])
gemtk_obj_get_tree(TOOLBAR_HOTLIST)[msg[4]].ob_state &= ~OS_SELECTED;
gemtk_wm_get_grect(tv->window, GEMTK_WM_AREA_TOOLBAR, &tb_area);
evnt_timer(150);
- gemtk_wm_send_redraw(tv->window, &tb_area);
+ gemtk_wm_exec_redraw(tv->window, &tb_area);
break;
case WM_CLOSED: