1
/* vim: set expandtab ts=8 sw=4: */
3
/* $Id: windowlist-dialog.h 24140 2006-12-19 19:36:18Z jasper $
5
* Copyright (c) 2003 Andre Lerche <a.lerche@gmx.net>
6
* Copyright (c) 2003 Benedikt Meurer <benedikt.meurer@unix-ag.uni-siegen.de>
7
* Copyright (c) 2006 Jani Monoses <jani@ubuntu.com>
8
* Copyright (c) 2006 Jasper Huijsmans <jasper@xfce.org>
9
* Copyright (c) 2006 Nick Schermer <nick@xfce.org>
11
* This program is free software; you can redistribute it and/or modify
12
* it under the terms of the GNU Library General Public License as published
13
* by the Free Software Foundation; either version 2 of the License, or
14
* (at your option) any later version.
16
* This program is distributed in the hope that it will be useful,
17
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
* GNU Library General Public License for more details.
21
* You should have received a copy of the GNU Library General Public License
22
* along with this program; if not, write to the Free Software
23
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
26
#ifndef _WINDOWLIST_DIALOG_H
27
#define _WINDOWLIST_DIALOG_H
30
windowlist_properties (XfcePanelPlugin *plugin,
33
#endif /* _WINDOWLIST_DIALOG_H */