Files
wmaker/src/rootmenu.h
T

30 lines
1.1 KiB
C
Raw Normal View History

2004-10-12 21:28:27 +00:00
/* rootmenu.h- user defined menu
*
2000-06-21 22:26:15 +00:00
* Window Maker window manager
2004-10-12 21:28:27 +00:00
*
2003-01-16 23:30:45 +00:00
* Copyright (c) 2000-2003 Alfredo K. Kojima
2004-10-12 21:28:27 +00:00
*
2000-06-21 22:26:15 +00:00
* 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.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
2000-06-21 22:26:15 +00:00
*/
2010-04-14 14:26:32 +02:00
#ifndef WMROOTMENU_H
#define WMROOTMENU_H
2000-06-21 22:26:15 +00:00
2012-06-24 10:48:22 +02:00
Bool wRootMenuPerformShortcut(XEvent * event);
void wRootMenuBindShortcuts(Window window);
void OpenRootMenu(WScreen * scr, int x, int y, int keyboard);
2000-06-21 22:26:15 +00:00
2010-04-14 14:26:32 +02:00
#endif /* WMROOTMENU_H */