equal
deleted
inserted
replaced
543 { WIDGETS_END}, |
543 { WIDGETS_END}, |
544 }; |
544 }; |
545 |
545 |
546 static const WindowDesc _player_stations_desc = { |
546 static const WindowDesc _player_stations_desc = { |
547 WDP_AUTO, WDP_AUTO, 358, 162, |
547 WDP_AUTO, WDP_AUTO, 358, 162, |
548 WC_STATION_LIST,0, |
548 WC_STATION_LIST, WC_NONE, |
549 WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON | WDF_RESIZABLE, |
549 WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_STICKY_BUTTON | WDF_RESIZABLE, |
550 _player_stations_widgets, |
550 _player_stations_widgets, |
551 PlayerStationsWndProc |
551 PlayerStationsWndProc |
552 }; |
552 }; |
553 |
553 |
812 } |
812 } |
813 |
813 |
814 |
814 |
815 static const WindowDesc _station_view_desc = { |
815 static const WindowDesc _station_view_desc = { |
816 WDP_AUTO, WDP_AUTO, 249, 110, |
816 WDP_AUTO, WDP_AUTO, 249, 110, |
817 WC_STATION_VIEW,0, |
817 WC_STATION_VIEW, WC_NONE, |
818 WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON, |
818 WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET | WDF_UNCLICK_BUTTONS | WDF_STICKY_BUTTON, |
819 _station_view_widgets, |
819 _station_view_widgets, |
820 StationViewWndProc |
820 StationViewWndProc |
821 }; |
821 }; |
822 |
822 |