comparison src/audacious/ui_main.c @ 3006:3c4ed53a685f trunk

use ui_skinned_set_push_button_data instead accessing values directly
author Tomasz Mon <desowin@gmail.com>
date Sun, 08 Jul 2007 20:33:32 +0200
parents 3db40ad79fd9
children e84073b61ba5 6a9fdd5aee3a
comparison
equal deleted inserted replaced
3005:3db40ad79fd9 3006:3c4ed53a685f
319 } 319 }
320 320
321 ui_skinned_textbox_set_scroll(mainwin_info, cfg.autoscroll); 321 ui_skinned_textbox_set_scroll(mainwin_info, cfg.autoscroll);
322 } 322 }
323 323
324 ui_skinned_set_push_button_data(mainwin_shade, 0, cfg.player_shaded ? 27 : 18, 9, cfg.player_shaded ? 27 : 18);
324 draw_main_window(TRUE); 325 draw_main_window(TRUE);
325 } 326 }
326 327
327 static void 328 static void
328 mainwin_vis_set_refresh(RefreshRate rate) 329 mainwin_vis_set_refresh(RefreshRate rate)