plug-ins: imagemap, port to cairo

This commit is contained in:
Mikael Magnusson
2011-02-21 15:45:26 +01:00
parent e012caf1a3
commit 8621807a9f
21 changed files with 250 additions and 284 deletions

View File

@ -78,7 +78,7 @@ insert_point_command_execute(Command_t *parent)
command->edge);
command->position = command->edge;
}
redraw_preview();
preview_redraw();
return CMD_APPEND;
}
@ -92,5 +92,5 @@ insert_point_command_undo(Command_t *parent)
g_free(p->data);
polygon->points = g_list_remove_link(polygon->points, p);
redraw_preview(); /* Fix me! */
preview_redraw(); /* Fix me! */
}