comparison gui/wm/ws.c @ 26458:b0a7b35b78d2

Add standard GPL header to individual files.
author diego
date Tue, 22 Apr 2008 09:33:39 +0000
parents b2f4abcf20ed
children d58d06eafe83
comparison
equal deleted inserted replaced
26457:9ba6d4487292 26458:b0a7b35b78d2
1 1 /*
2 // -------------------------------------------------------------------------- 2 * AutoSpace Window System for Linux/Win32 v0.85
3 // AutoSpace Window System for Linux/Win32 v0.85 3 * written by pontscho/fresh!mindworkz
4 // Writed by pontscho/fresh!mindworkz 4 *
5 // -------------------------------------------------------------------------- 5 * This file is part of MPlayer.
6 *
7 * 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
9 * the Free Software Foundation; either version 2 of the License, or
10 * (at your option) any later version.
11 *
12 * MPlayer is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
16 *
17 * 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.,
19 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 */
6 21
7 #include <X11/Xlib.h> 22 #include <X11/Xlib.h>
8 #include <X11/Xproto.h> 23 #include <X11/Xproto.h>
9 #include <X11/Xutil.h> 24 #include <X11/Xutil.h>
10 #include <X11/keysym.h> 25 #include <X11/keysym.h>