diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-01-30 09:32:17 +0000 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-01-30 09:32:17 +0000 |
| commit | f43067b77244cc002c5bc5bec0676ae213164724 (patch) | |
| tree | e3e5e574a5b816138e6ed35ace7c6bd95c30de37 /openbox/client_list_combined_menu.h | |
| parent | d3d4aa29871111737a4f6985da695c8688a05270 (diff) | |
a combined client_list_menu, use as client-list-combined-menu in your rc.xml. needs some layout tuneups
Diffstat (limited to 'openbox/client_list_combined_menu.h')
| -rw-r--r-- | openbox/client_list_combined_menu.h | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/openbox/client_list_combined_menu.h b/openbox/client_list_combined_menu.h new file mode 100644 index 00000000..d48ee09b --- /dev/null +++ b/openbox/client_list_combined_menu.h @@ -0,0 +1,26 @@ +/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*- + + client_list_menu.h for the Openbox window manager + Copyright (c) 2006 Mikael Magnusson + Copyright (c) 2003 Ben Jansens + + 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. + + See the COPYING file for a copy of the GNU General Public License. +*/ + +#ifndef ob__client_list_combined_menu_h +#define ob__client_list_combined_menu_h + +void client_list_menu_combined_startup(gboolean reconfig); +void client_list_menu_combined_shutdown(gboolean reconfig); + +#endif |
