/* $Id$ * * Notes - panel plugin for Xfce Desktop Environment * popup command to show the notes * Copyright (C) 2002-2006 Olivier Fourdan * 2006 Mike Massonnet * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ #ifdef HAVE_CONFIG_H #include #endif #ifndef __XFCE4_POPUP_NOTES_H__ #define __XFCE4_POPUP_NOTES_H__ #ifndef XFCE_NOTES_MESSAGE #define XFCE_NOTES_MESSAGE "xfce4-notes-popup" #endif /* XFCE_NOTES_MESSAGE */ #ifndef XFCE_NOTES_SELECTION #define XFCE_NOTES_SELECTION "XFCE_NOTES_SEL" #endif /* XFCE_NOTES_SELECTION */ #endif /* __XFCE4_POPUP_NOTES_H__ */