comparison audacious/widgets/skin.c @ 1785:e360fad09415 trunk

[svn] - wa2 values for mainwinTitleText property.
author nenolod
date Wed, 04 Oct 2006 15:33:17 -0700
parents 641ee4092aea
children 4051f893f571
comparison
equal deleted inserted replaced
1784:641ee4092aea 1785:e360fad09415
532 532
533 skin->properties.mainwin_othertext = FALSE; 533 skin->properties.mainwin_othertext = FALSE;
534 skin->properties.mainwin_vis_x = 24; 534 skin->properties.mainwin_vis_x = 24;
535 skin->properties.mainwin_vis_y = 43; 535 skin->properties.mainwin_vis_y = 43;
536 skin->properties.mainwin_vis_width = 76; 536 skin->properties.mainwin_vis_width = 76;
537 skin->properties.mainwin_text_x = 112;
538 skin->properties.mainwin_text_y = 27;
539 skin->properties.mainwin_text_width = 153;
537 540
538 skin->properties.mainwin_menurow_visible = TRUE; 541 skin->properties.mainwin_menurow_visible = TRUE;
539 542
540 filename = find_file_recursively(path_p, "skin.hints"); 543 filename = find_file_recursively(path_p, "skin.hints");
541 544