comparison gui/win32/interface.c @ 36949:6593a01b08c2

Change variable in switch statement in Win32 GUI. Adjust the code to the X11/GTK GUI.
author ib
date Sun, 23 Mar 2014 11:57:18 +0000
parents a5537f70df8e
children 277be9e37ada
comparison
equal deleted inserted replaced
36948:a5537f70df8e 36949:6593a01b08c2
658 } 658 }
659 case GUI_SET_STREAM: 659 case GUI_SET_STREAM:
660 { 660 {
661 stream = data; 661 stream = data;
662 guiInfo.StreamType = stream->type; 662 guiInfo.StreamType = stream->type;
663 switch(stream->type) 663 switch(guiInfo.StreamType)
664 { 664 {
665 case STREAMTYPE_DVD: 665 case STREAMTYPE_DVD:
666 guiInfo.Tracks = 0; 666 guiInfo.Tracks = 0;
667 stream_control(stream, STREAM_CTRL_GET_NUM_TITLES, &guiInfo.Tracks); 667 stream_control(stream, STREAM_CTRL_GET_NUM_TITLES, &guiInfo.Tracks);
668 guiInfo.Chapters = 0; 668 guiInfo.Chapters = 0;