Mercurial > mplayer.hg
changeset 34698:456784c6c904
Cosmetic: Adjust indent.
author | ib |
---|---|
date | Sat, 03 Mar 2012 16:48:08 +0000 |
parents | ac6b38cd0d45 |
children | ed0e00db4306 |
files | gui/cfg.c gui/interface.c gui/skin/skin.c |
diffstat | 3 files changed, 8 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/gui/cfg.c Sat Mar 03 16:45:15 2012 +0000 +++ b/gui/cfg.c Sat Mar 03 16:48:08 2012 +0000 @@ -86,9 +86,9 @@ int gtkLoadFullscreen; int gtkShowVideoWindow = 1; -int gui_save_pos = 1; -int gui_main_pos_x = -3; -int gui_main_pos_y = -3; +int gui_save_pos = 1; +int gui_main_pos_x = -3; +int gui_main_pos_y = -3; int gui_video_pos_x = -3; int gui_video_pos_y = -3;
--- a/gui/interface.c Sat Mar 03 16:45:15 2012 +0000 +++ b/gui/interface.c Sat Mar 03 16:48:08 2012 +0000 @@ -219,7 +219,7 @@ while (xev.type != MapNotify || xev.xmap.event != guiApp.videoWindow.WindowID); guiApp.videoWindow.Mapped = wsMapped; - guiInfo.VideoWindow = True; + guiInfo.VideoWindow = True; } if (gtkLoadFullscreen) @@ -255,8 +255,8 @@ uiMainRender = 0; if (gui_save_pos) { - gui_main_pos_x = guiApp.mainWindow.X; - gui_main_pos_y = guiApp.mainWindow.Y; + gui_main_pos_x = guiApp.mainWindow.X; + gui_main_pos_y = guiApp.mainWindow.Y; gui_video_pos_x = guiApp.video.x; gui_video_pos_y = guiApp.video.y; }
--- a/gui/skin/skin.c Sat Mar 03 16:45:15 2012 +0000 +++ b/gui/skin/skin.c Sat Mar 03 16:48:08 2012 +0000 @@ -316,8 +316,8 @@ return 1; is_video = (strcmp(currWinName, "video") == 0); - is_bar = (strcmp(currWinName, "playbar") == 0); - is_menu = (strcmp(currWinName, "menu") == 0); + is_bar = (strcmp(currWinName, "playbar") == 0); + is_menu = (strcmp(currWinName, "menu") == 0); cutItem(in, fname, ',', 0); x = cutItemToInt(in, ',', 1);