~ubuntu-branches/debian/experimental/xfce4-panel/experimental

« back to all changes in this revision

Viewing changes to plugins/windowlist/windowlist-dialog.h

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2008-05-19 08:08:22 UTC
  • mfrom: (1.1.16 upstream)
  • Revision ID: james.westby@ubuntu.com-20080519080822-c8ptdv1s8o9r4ou0
Tags: 4.4.2-6
* switch to triggers:
  - debian/postinst: remove xfce-mcs-manager refresh.
  - debian/prerm dropped.
  - debian/control: conflicts against non-triggers-enable xfce4-mcs-manager.
* debian/control: remove useless Conflicts/Replaces against Sarge stuff.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* vim: set expandtab ts=8 sw=4: */
 
2
 
 
3
/*  $Id: windowlist-dialog.h 24140 2006-12-19 19:36:18Z jasper $
 
4
 *
 
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>
 
10
 *
 
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.
 
15
 *
 
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.
 
20
 *
 
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.
 
24
 */
 
25
 
 
26
#ifndef _WINDOWLIST_DIALOG_H
 
27
#define _WINDOWLIST_DIALOG_H
 
28
 
 
29
void
 
30
windowlist_properties (XfcePanelPlugin *plugin,
 
31
                       Windowlist * wl);
 
32
 
 
33
#endif /* _WINDOWLIST_DIALOG_H */