comparison audacious/mainwin.c @ 1806:df973c3f5186 trunk

[svn] - it'd probably help if we passed the right stuff to gtk_window_resize().
author nenolod
date Wed, 04 Oct 2006 23:01:26 -0700
parents 27a2c571a033
children ae21feb9459c
comparison
equal deleted inserted replaced
1805:27a2c571a033 1806:df973c3f5186
956 bmp_active_skin->properties.mainwin_width, 956 bmp_active_skin->properties.mainwin_width,
957 bmp_active_skin->properties.mainwin_height, 957 bmp_active_skin->properties.mainwin_height,
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 GDK_HINT_MIN_SIZE | GDK_HINT_MAX_SIZE); 960 GDK_HINT_MIN_SIZE | GDK_HINT_MAX_SIZE);
961 gtk_window_resize(GTK_WINDOW(mainwin), PLAYER_WIDTH, PLAYER_HEIGHT); 961 gtk_window_resize(GTK_WINDOW(mainwin), bmp_active_skin->properties.mainwin_width,
962 bmp_active_skin->properties.mainwin_height);
962 } 963 }
963 964
964 /* visibility attributes */ 965 /* visibility attributes */
965 if (bmp_active_skin->properties.mainwin_menurow_visible) 966 if (bmp_active_skin->properties.mainwin_menurow_visible)
966 widget_show(WIDGET(mainwin_menurow)); 967 widget_show(WIDGET(mainwin_menurow));