All pastes #960883 Raw Edit

Vermischtes

public c v1 · immutable
#960883 ·published 2008-03-28 14:59 UTC
rendered paste body
    struct viewport *list_infos = &list_info[display->screen_type];#if HAVE_LCD_REMOTE    if (display->screen_type == SCREEN_REMOTE)    {        if(!(viewport_parse_viewport(list_infos,                 global_settings.remote_list_vp_config, ',', display->screen_type)))            viewport_set_defaults(list_infos,display->screen_type);    }    else    {#endif    if (!(viewport_parse_viewport(list_infos,             global_settings.list_vp_config, ',', display->screen_type)))        viewport_set_defaults(list_infos,display->screen_type);#if HAVE_LCD_REMOTE    }#endif