summaryrefslogtreecommitdiff
path: root/openbox/focus_cycle_popup.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-05-19 18:40:37 +0000
committerDana Jansens <danakj@orodu.net>2007-05-19 18:40:37 +0000
commit53066b1808701dc6c3497b2a4741ed6b82002c8f (patch)
tree709b461e03236384548eb930de3b3c69f14cf19b /openbox/focus_cycle_popup.h
parent83eb9220122d98ac72d1b6aa636d1da52d3832e2 (diff)
new focus cycle popup of doom
Diffstat (limited to 'openbox/focus_cycle_popup.h')
-rw-r--r--openbox/focus_cycle_popup.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/openbox/focus_cycle_popup.h b/openbox/focus_cycle_popup.h
new file mode 100644
index 00000000..695dfe53
--- /dev/null
+++ b/openbox/focus_cycle_popup.h
@@ -0,0 +1,35 @@
+/* -*- indent-tabs-mode: nil; tab-width: 4; c-basic-offset: 4; -*-
+
+ focus_cycle.h for the Openbox window manager
+ Copyright (c) 2006 Mikael Magnusson
+ Copyright (c) 2003-2007 Dana 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 __focus_cycle_popup_h
+#define __focus_cycle_popup_h
+
+struct _ObClient;
+
+#include <glib.h>
+
+void focus_cycle_popup_startup(gboolean reconfig);
+void focus_cycle_popup_shutdown(gboolean reconfig);
+
+void focus_cycle_popup_show(struct _ObClient *c,
+ gboolean all_desktops, gboolean dock_windows,
+ gboolean desktop_windows);
+void focus_cycle_popup_hide();
+
+#endif