Mercurial > mplayer.hg
comparison gui/wm/ws.c @ 35666:01ac3cd2f101
Cosmetic: Relocate and revise comments on code origin.
author | ib |
---|---|
date | Thu, 17 Jan 2013 15:04:41 +0000 |
parents | c31b82bd6092 |
children | 3ed198bf4f21 |
comparison
equal
deleted
inserted
replaced
35665:c31b82bd6092 | 35666:01ac3cd2f101 |
---|---|
1 /* | 1 /* |
2 * AutoSpace Window System for Linux/Win32 v0.85 | |
3 * written by pontscho/fresh!mindworkz | |
4 * | |
5 * This file is part of MPlayer. | 2 * This file is part of MPlayer. |
6 * | 3 * |
7 * MPlayer is free software; you can redistribute it and/or modify | 4 * MPlayer is free software; you can redistribute it and/or modify |
8 * 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 |
9 * the Free Software Foundation; either version 2 of the License, or | 6 * the Free Software Foundation; either version 2 of the License, or |
15 * GNU General Public License for more details. | 12 * GNU General Public License for more details. |
16 * | 13 * |
17 * 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 |
18 * with MPlayer; if not, write to the Free Software Foundation, Inc., | 15 * with MPlayer; if not, write to the Free Software Foundation, Inc., |
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. | 16 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. |
17 * | |
18 * based on: AutoSpace Window System for Linux/Win32, | |
19 * written by pontscho/fresh!mindworkz | |
20 */ | 20 */ |
21 | 21 |
22 #include <X11/Xlib.h> | 22 #include <X11/Xlib.h> |
23 #include <X11/Xproto.h> | 23 #include <X11/Xproto.h> |
24 #include <X11/Xutil.h> | 24 #include <X11/Xutil.h> |