comparison gui/interface.c @ 33219:5f9eaf3eea63

Cosmetic: Adjust indent and space.
author ib
date Sat, 23 Apr 2011 08:07:41 +0000
parents f0c2a62e3e89
children cee07c3dbff5
comparison
equal deleted inserted replaced
33218:f0c2a62e3e89 33219:5f9eaf3eea63
236 exit_player(EXIT_ERROR); 236 exit_player(EXIT_ERROR);
237 } 237 }
238 238
239 if (gui_save_pos) { 239 if (gui_save_pos) {
240 if (gui_main_pos_x != -3) 240 if (gui_main_pos_x != -3)
241 appMPlayer.main.x = gui_main_pos_x; 241 appMPlayer.main.x = gui_main_pos_x;
242 if (gui_main_pos_y != -3) 242 if (gui_main_pos_y != -3)
243 appMPlayer.main.y = gui_main_pos_y; 243 appMPlayer.main.y = gui_main_pos_y;
244 if (gui_sub_pos_x != -3) 244 if (gui_sub_pos_x != -3)
245 appMPlayer.sub.x = gui_sub_pos_x; 245 appMPlayer.sub.x = gui_sub_pos_x;
246 if (gui_sub_pos_y != -3) 246 if (gui_sub_pos_y != -3)
247 appMPlayer.sub.y = gui_sub_pos_y; 247 appMPlayer.sub.y = gui_sub_pos_y;
248 } 248 }
249 249
250 if (WinID > 0) { 250 if (WinID > 0) {
251 appMPlayer.subWindow.Parent = WinID; 251 appMPlayer.subWindow.Parent = WinID;
252 appMPlayer.sub.x = 0; 252 appMPlayer.sub.x = 0;