~ubuntu-branches/ubuntu/utopic/xfdesktop4/utopic

1.1.2 by Jani Monoses
Import upstream version 4.3.0svn+r19850
1
/*
2
 *  xfdesktop - xfce4's desktop manager
3
 *
4
 *  Copyright (c) 2004 Brian Tarricone, <bjt23@cornell.edu>
5
 *
6
 *  This program is free software; you can redistribute it and/or modify
7
 *  it under the terms of the GNU General Public License as published by
8
 *  the Free Software Foundation; either version 2 of the License, or
9
 *  (at your option) any later version.
10
 *
11
 *  This program is distributed in the hope that it will be useful,
12
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
13
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14
 *  GNU Library General Public License for more details.
15
 *
16
 *  You should have received a copy of the GNU General Public License
1.5.6 by Jackson Doak
Import upstream version 4.11.2
17
 *  along with this program; if not, write to the Free Software Foundation,
18
 *  Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA
1.1.2 by Jani Monoses
Import upstream version 4.3.0svn+r19850
19
 *
20
 *  Random portions taken from or inspired by the original xfdesktop for xfce4:
21
 *     Copyright (C) 2002-2003 Jasper Huijsmans (huysmans@users.sourceforge.net)
22
 *     Copyright (C) 2003 Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de>
23
 */
24
25
#ifndef _XFDESKTOP__WINDOWLIST_H_
26
#define _XFDESKTOP__WINDOWLIST_H_
27
1.1.26 by Lionel Le Folgoc
Import upstream version 4.5.99.1
28
#include "xfce-desktop.h"
1.1.2 by Jani Monoses
Import upstream version 4.3.0svn+r19850
29
1.1.26 by Lionel Le Folgoc
Import upstream version 4.5.99.1
30
#include <xfconf/xfconf.h>
1.1.2 by Jani Monoses
Import upstream version 4.3.0svn+r19850
31
32
G_BEGIN_DECLS
33
1.1.26 by Lionel Le Folgoc
Import upstream version 4.5.99.1
34
void windowlist_init(XfconfChannel *channel);
35
void windowlist_attach(XfceDesktop *desktop);
1.1.30 by Lionel Le Folgoc
Import upstream version 4.7.4
36
void windowlist_cleanup(void);
1.1.2 by Jani Monoses
Import upstream version 4.3.0svn+r19850
37
38
G_END_DECLS
39
40
#endif