1
/* $Id: xfce4-popup-windowlist.h 24140 2006-12-19 19:36:18Z jasper $
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)
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.
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.
19
Derived from xfdesktop panel-plugin/xfce4-popup-menu.h
20
(c) 2002-2006 Olivier Fourdan
28
#ifndef INC_XFCE4_POPUP_MENU_H
29
#define INC_XFCE4_POPUP_MENU_H
31
#ifndef XFCE_WINDOW_LIST_MESSAGE
32
#define XFCE_WINDOW_LIST_MESSAGE "xfce4-wndlist-popup"
33
#endif /* XFCE_MENU_MESSAGE */
35
#ifndef XFCE_WINDOW_LIST_AT_POINTER_MESSAGE
36
#define XFCE_WINDOW_LIST_AT_POINTER_MESSAGE "xfce4-wndlist-atptr"
37
#endif /* XFCE_MENU_MESSAGE */
39
#ifndef XFCE_WINDOW_LIST_SELECTION
40
#define XFCE_WINDOW_LIST_SELECTION "XFCE_WINDOW_LIST_SEL"
41
#endif /* XFCE_MENU_SELECTION */
43
#endif /* INC_XFCE4_POPUP_MENU_H */