summaryrefslogtreecommitdiff
path: root/atari/hotlist.c
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2013-04-11 22:56:48 +0200
committerOle Loots <ole@monochrom.net>2013-04-11 22:56:48 +0200
commit08024af0a5383e79867b5202aa66d63757dcc0af (patch)
treed689a3f7b3548abaeb4065d57184468363202d6d /atari/hotlist.c
parent53e361b622fbcce62302dd91ea2459491099578f (diff)
downloadnetsurf-08024af0a5383e79867b5202aa66d63757dcc0af.tar.gz
netsurf-08024af0a5383e79867b5202aa66d63757dcc0af.tar.bz2
Renamed gemtk_wm_send_redraw to gemtk_wm_exec_redraw
...and did a little bit refactoring.
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: