From f43067b77244cc002c5bc5bec0676ae213164724 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 30 Jan 2007 09:32:17 +0000 Subject: a combined client_list_menu, use as client-list-combined-menu in your rc.xml. needs some layout tuneups --- openbox/client_list_combined_menu.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 openbox/client_list_combined_menu.h (limited to 'openbox/client_list_combined_menu.h') 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 -- cgit v1.2.3