comparison audacious/mainwin.c @ 1835:fab086733722 trunk

[svn] - revert to 2599
author nhjm449
date Thu, 05 Oct 2006 19:50:10 -0700
parents e4e4fadfb2a9
children be26ff803e4f
comparison
equal deleted inserted replaced
1834:cf41677e2d7c 1835:fab086733722
958 bmp_active_skin->properties.mainwin_width, 958 bmp_active_skin->properties.mainwin_width,
959 bmp_active_skin->properties.mainwin_height, 959 bmp_active_skin->properties.mainwin_height,
960 bmp_active_skin->properties.mainwin_width, 960 bmp_active_skin->properties.mainwin_width,
961 bmp_active_skin->properties.mainwin_height, 961 bmp_active_skin->properties.mainwin_height,
962 GDK_HINT_MIN_SIZE | GDK_HINT_MAX_SIZE); 962 GDK_HINT_MIN_SIZE | GDK_HINT_MAX_SIZE);
963 gdk_window_resize(mainwin->window, bmp_active_skin->properties.mainwin_width, 963 gtk_window_resize(GTK_WINDOW(mainwin), bmp_active_skin->properties.mainwin_width,
964 bmp_active_skin->properties.mainwin_height); 964 bmp_active_skin->properties.mainwin_height);
965 gdk_flush();
966 } 965 }
967 966
968 /* visibility attributes */ 967 /* visibility attributes */
969 if (bmp_active_skin->properties.mainwin_menurow_visible) 968 if (bmp_active_skin->properties.mainwin_menurow_visible)
970 widget_show(WIDGET(mainwin_menurow)); 969 widget_show(WIDGET(mainwin_menurow));