changeset 34699:ed0e00db4306

Cosmetic: Move, change and add some comments on GUI windows.
author ib
date Sat, 03 Mar 2012 16:53:21 +0000
parents 456784c6c904
children 18b59e8fc751
files gui/ui/main.c gui/ui/menu.c gui/ui/playbar.c gui/ui/video.c
diffstat 4 files changed, 8 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/gui/ui/main.c	Sat Mar 03 16:48:08 2012 +0000
+++ b/gui/ui/main.c	Sat Mar 03 16:53:21 2012 +0000
@@ -1,6 +1,4 @@
 /*
- * main window
- *
  * This file is part of MPlayer.
  *
  * MPlayer is free software; you can redistribute it and/or modify
@@ -18,6 +16,8 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+/* main window */
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <sys/stat.h>
--- a/gui/ui/menu.c	Sat Mar 03 16:48:08 2012 +0000
+++ b/gui/ui/menu.c	Sat Mar 03 16:53:21 2012 +0000
@@ -16,6 +16,8 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+/* menu window */
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <stdint.h>
--- a/gui/ui/playbar.c	Sat Mar 03 16:48:08 2012 +0000
+++ b/gui/ui/playbar.c	Sat Mar 03 16:53:21 2012 +0000
@@ -1,6 +1,4 @@
 /*
- * main window
- *
  * This file is part of MPlayer.
  *
  * MPlayer is free software; you can redistribute it and/or modify
@@ -18,6 +16,8 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+/* playbar window */
+
 #include <stdlib.h>
 #include <stdio.h>
 #include <sys/stat.h>
--- a/gui/ui/video.c	Sat Mar 03 16:48:08 2012 +0000
+++ b/gui/ui/video.c	Sat Mar 03 16:53:21 2012 +0000
@@ -1,6 +1,4 @@
 /*
- * video window
- *
  * This file is part of MPlayer.
  *
  * MPlayer is free software; you can redistribute it and/or modify
@@ -18,6 +16,8 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+/* video window */
+
 #include <string.h>
 
 #include "config.h"