comparison libvo/vo_sdl.c @ 648:157cb66e1a43

-x -y quickfix for release, code will be changed completely later.
author atmosfear
date Thu, 26 Apr 2001 21:28:02 +0000
parents 19d941a8b46f
children 799ef558618d
comparison
equal deleted inserted replaced
647:feffffff5d0e 648:157cb66e1a43
521 SDL_WM_SetCaption (".: MPlayer : F = Fullscreen/Windowed : C = Cycle Fullscreen Resolutions :.", "SDL Video Out"); 521 SDL_WM_SetCaption (".: MPlayer : F = Fullscreen/Windowed : C = Cycle Fullscreen Resolutions :.", "SDL Video Out");
522 //SDL_WM_SetCaption (title, title); 522 //SDL_WM_SetCaption (title, title);
523 523
524 /* Save the original Image size */ 524 /* Save the original Image size */
525 525
526 priv->width = d_width ? d_width : width; 526 //priv->width = d_width ? d_width : width;
527 priv->height = d_height ? d_height : height; 527 //priv->height = d_height ? d_height : height;
528 priv->width = width;
529 priv->height = height;
528 priv->format = format; 530 priv->format = format;
529 priv->windowsize.w = d_width ? d_width : width; 531 priv->windowsize.w = d_width ? d_width : width;
530 priv->windowsize.h = d_height ? d_height : height; 532 priv->windowsize.h = d_height ? d_height : height;
531 533
532 /* bit 0 (0x01) means fullscreen (-fs) 534 /* bit 0 (0x01) means fullscreen (-fs)