diff gui/interface.c @ 34698:456784c6c904

Cosmetic: Adjust indent.
author ib
date Sat, 03 Mar 2012 16:48:08 +0000
parents ac6b38cd0d45
children 203d0d5cac1f
line wrap: on
line diff
--- 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;
         }