Mercurial > audlegacy
comparison src/audacious/dnd.c @ 2875:4e39304e238b trunk
Backed out changeset 7a0ca380c8438a5646d50a16367e6d300d7da32b
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Sun, 24 Jun 2007 05:29:25 -0500 |
parents | 7a0ca380c843 |
children |
comparison
equal
deleted
inserted
replaced
2873:7a0ca380c843 | 2875:4e39304e238b |
---|---|
1 /* | 1 /* Audacious |
2 * audacious: Cross-platform multimedia player. | 2 * Copyright (C) 2005-2007 Audacious development team. |
3 * dnd.c: Drag and Drop code. | |
4 * | 3 * |
5 * Copyright (c) 2005-2007 Audacious development team. | 4 * Based on BMP: |
6 * Copyright (c) 2003-2005 BMP development team. | 5 * Copyright (C) 2003-2004 BMP development team. |
7 * | 6 * |
8 * Redistribution and use in source and binary forms, with or without | 7 * Based on XMMS: |
9 * modification, are permitted provided that the following conditions are | 8 * Copyright (C) 1998-2003 XMMS development team. |
10 * met: | |
11 * | 9 * |
12 * 1. Redistributions of source code must retain the above copyright notice, | 10 * This program is free software; you can redistribute it and/or modify |
13 * this list of conditions and the following disclaimer. | 11 * it under the terms of the GNU General Public License as published by |
12 * the Free Software Foundation; under version 2 of the License. | |
14 * | 13 * |
15 * 2. Redistributions in binary form must reproduce the above copyright | 14 * This program is distributed in the hope that it will be useful, |
16 * notice, this list of conditions and the following disclaimer in the | 15 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
17 * documentation and/or other materials provided with the distribution. | 16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
17 * GNU General Public License for more details. | |
18 * | 18 * |
19 * 3. The name of the author may not be used to endorse or promote products | 19 * You should have received a copy of the GNU General Public License |
20 * derived from this software without specific prior written permission. | 20 * along with this program; if not, write to the Free Software |
21 * | 21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. |
22 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR | |
23 * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED | |
24 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
25 * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, | |
26 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES | |
27 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR | |
28 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | |
29 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, | |
30 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING | |
31 * IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
32 * POSSIBILITY OF SUCH DAMAGE. | |
33 */ | 22 */ |
34 | 23 |
35 #include "dnd.h" | 24 #include "dnd.h" |
36 | 25 |
37 void | 26 void |