~ubuntu-branches/debian/sid/xfce4-clipman-plugin/sid

« back to all changes in this revision

Viewing changes to panel-plugin/common.h

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2009-04-21 07:48:11 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20090421074811-ro4ri3jy2lhbhcij
Tags: 2:1.0.0-1
* New upstream release.
  + ship a shortcutable binary to popup plugin.               closes: #405556
* debian/control:
  - move package to xfce section.
  - bump build-deps for Xfce 4.6.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *  common.h -- defines default values to use between the components
 
3
 *
 
4
 *  Copyright (c) 2009 Mike Massonnet <mmassonnet@xfce.org>
 
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 General Public License for more details.
 
15
 *
 
16
 *  You should have received a copy of the GNU General Public License
 
17
 *  along with this program; if not, write to the Free Software
 
18
 *  Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
 
19
 */
 
20
 
 
21
/*
 
22
 * Default values
 
23
 */
 
24
 
 
25
/* History */
 
26
#define DEFAULT_MAX_TEXTS_IN_HISTORY            10
 
27
#define DEFAULT_MAX_IMAGES_IN_HISTORY           1
 
28
#define DEFAULT_SAVE_ON_QUIT                    TRUE
 
29
 
 
30
/* Collector */
 
31
#define DEFAULT_ADD_PRIMARY_CLIPBOARD           FALSE
 
32
#define DEFAULT_ENABLE_ACTIONS                  FALSE
 
33
 
 
34
/*
 
35
 * Selection for the popup command
 
36
 */
 
37
 
 
38
#define XFCE_CLIPMAN_SELECTION    "XFCE_CLIPMAN_SELECTION"
 
39
#define XFCE_CLIPMAN_MESSAGE      "MENU"
 
40