~ubuntu-branches/ubuntu/natty/xfdesktop4/natty

« back to all changes in this revision

Viewing changes to panel-plugin/xfce4-popup-menu.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2010-12-07 21:40:36 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20101207214036-vtrnsza407lfs4i3
Tags: 4.7.4-0ubuntu1
Upload to natty (pkg-xfce svn r4625), no Ubuntu changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/*      $Id$
2
 
 
3
 
        This program is free software; you can redistribute it and/or modify
4
 
        it under the terms of the GNU General Public License as published by
5
 
        the Free Software Foundation; either version 2, or (at your option)
6
 
        any later version.
7
 
 
8
 
        This program is distributed in the hope that it will be useful,
9
 
        but WITHOUT ANY WARRANTY; without even the implied warranty of
10
 
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11
 
        GNU General Public License for more details.
12
 
 
13
 
        You should have received a copy of the GNU General Public License
14
 
        along with this program; if not, write to the Free Software
15
 
        Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
16
 
 
17
 
        (c) 2002-2006 Olivier Fourdan
18
 
 
19
 
 */
20
 
 
21
 
#ifdef HAVE_CONFIG_H
22
 
#include <config.h>
23
 
#endif
24
 
 
25
 
#ifndef INC_XFCE4_POPUP_MENU_H
26
 
#define INC_XFCE4_POPUP_MENU_H
27
 
 
28
 
#ifndef XFCE_MENU_MESSAGE
29
 
#define XFCE_MENU_MESSAGE       "xfce4-menu-popup"
30
 
#endif /* XFCE_MENU_MESSAGE */
31
 
 
32
 
#ifndef XFCE_MENU_AT_POINTER_MESSAGE
33
 
#define XFCE_MENU_AT_POINTER_MESSAGE    "xfce4-menu-popup-p"
34
 
#endif /* XFCE_MENU_AT_POINTER_MESSAGE */
35
 
 
36
 
#ifndef XFCE_MENU_SELECTION
37
 
#define XFCE_MENU_SELECTION     "XFCE_MENU_SELECTION"
38
 
#endif /* XFCE_MENU_SELECTION */
39
 
 
40
 
#endif /* INC_XFCE4_POPUP_MENU_H */