[MPlayer-cvslog] r35760 - in trunk/gui/wm: ws.c ws.h wsxdnd.c wsxdnd.h

ib subversion at mplayerhq.hu
Thu Jan 17 16:04:41 CET 2013


Author: ib
Date: Thu Jan 17 16:04:41 2013
New Revision: 35760

Log:
Cosmetic: Relocate and revise comments on code origin.

Modified:
   trunk/gui/wm/ws.c
   trunk/gui/wm/ws.h
   trunk/gui/wm/wsxdnd.c
   trunk/gui/wm/wsxdnd.h

Modified: trunk/gui/wm/ws.c
==============================================================================
--- trunk/gui/wm/ws.c	Thu Jan 17 15:56:27 2013	(r35759)
+++ trunk/gui/wm/ws.c	Thu Jan 17 16:04:41 2013	(r35760)
@@ -1,7 +1,4 @@
 /*
- * AutoSpace Window System for Linux/Win32 v0.85
- * written by pontscho/fresh!mindworkz
- *
  * This file is part of MPlayer.
  *
  * MPlayer is free software; you can redistribute it and/or modify
@@ -17,6 +14,9 @@
  * You should have received a copy of the GNU General Public License along
  * with MPlayer; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * based on: AutoSpace Window System for Linux/Win32,
+ *           written by pontscho/fresh!mindworkz
  */
 
 #include <X11/Xlib.h>

Modified: trunk/gui/wm/ws.h
==============================================================================
--- trunk/gui/wm/ws.h	Thu Jan 17 15:56:27 2013	(r35759)
+++ trunk/gui/wm/ws.h	Thu Jan 17 16:04:41 2013	(r35760)
@@ -1,7 +1,4 @@
 /*
- * AutoSpace Window System for Linux/Win32 v0.61
- * written by pontscho/fresh!mindworkz
- *
  * This file is part of MPlayer.
  *
  * MPlayer is free software; you can redistribute it and/or modify
@@ -17,6 +14,9 @@
  * You should have received a copy of the GNU General Public License along
  * with MPlayer; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * based on: AutoSpace Window System for Linux/Win32,
+ *           written by pontscho/fresh!mindworkz
  */
 
 #ifndef MPLAYER_GUI_WS_H

Modified: trunk/gui/wm/wsxdnd.c
==============================================================================
--- trunk/gui/wm/wsxdnd.c	Thu Jan 17 15:56:27 2013	(r35759)
+++ trunk/gui/wm/wsxdnd.c	Thu Jan 17 16:04:41 2013	(r35760)
@@ -1,6 +1,4 @@
 /*
- * WindowMaker implementation adopted for MPlayer
- *
  * This file is part of MPlayer.
  *
  * MPlayer is free software; you can redistribute it and/or modify
@@ -16,6 +14,9 @@
  * You should have received a copy of the GNU General Public License along
  * with MPlayer; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * based on: WindowMaker implementation,
+ *           adopted for MPlayer
  */
 
 #include <X11/Xlib.h>

Modified: trunk/gui/wm/wsxdnd.h
==============================================================================
--- trunk/gui/wm/wsxdnd.h	Thu Jan 17 15:56:27 2013	(r35759)
+++ trunk/gui/wm/wsxdnd.h	Thu Jan 17 16:04:41 2013	(r35760)
@@ -14,6 +14,9 @@
  * You should have received a copy of the GNU General Public License along
  * with MPlayer; if not, write to the Free Software Foundation, Inc.,
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ *
+ * based on: WindowMaker implementation,
+ *           adopted for MPlayer
  */
 
 #ifndef MPLAYER_GUI_WSXDND_H


More information about the MPlayer-cvslog mailing list