comparison gui/ui/main.c @ 34699:ed0e00db4306

Cosmetic: Move, change and add some comments on GUI windows.
author ib
date Sat, 03 Mar 2012 16:53:21 +0000
parents ac6b38cd0d45
children 203d0d5cac1f
comparison
equal deleted inserted replaced
34698:456784c6c904 34699:ed0e00db4306
1 /* 1 /*
2 * main window
3 *
4 * This file is part of MPlayer. 2 * This file is part of MPlayer.
5 * 3 *
6 * MPlayer is free software; you can redistribute it and/or modify 4 * MPlayer is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by 5 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or 6 * the Free Software Foundation; either version 2 of the License, or
15 * 13 *
16 * You should have received a copy of the GNU General Public License along 14 * You should have received a copy of the GNU General Public License along
17 * with MPlayer; if not, write to the Free Software Foundation, Inc., 15 * with MPlayer; if not, write to the Free Software Foundation, Inc.,
18 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. 16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
19 */ 17 */
18
19 /* main window */
20 20
21 #include <stdlib.h> 21 #include <stdlib.h>
22 #include <stdio.h> 22 #include <stdio.h>
23 #include <sys/stat.h> 23 #include <sys/stat.h>
24 #include <unistd.h> 24 #include <unistd.h>