Example #1
0
static void name_leave(struct state *st, struct state *next, int id)
{
    if (draw_back)
        back_free();

    text_input_stop();

    gui_delete(id);
}
Example #2
0
static void save_leave(struct state *st, struct state *next, int id)
{
    text_input_stop();

    gui_delete(id);
}