summaryrefslogtreecommitdiff
path: root/openbox/client_menu.h
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2003-08-29 07:56:49 +0000
committerDana Jansens <danakj@orodu.net>2003-08-29 07:56:49 +0000
commita9567a816385f8f66ed0f827bb4af78cdb10cd6d (patch)
treeda1f3f1b49fdaff1cbf3f767aa644476a6dde9af /openbox/client_menu.h
parentf85fea3b2d2e1b8498fcfa74dcdde45189fd3eb2 (diff)
move the client and client-list menus into the 'kernel'
Diffstat (limited to 'openbox/client_menu.h')
-rw-r--r--openbox/client_menu.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/openbox/client_menu.h b/openbox/client_menu.h
new file mode 100644
index 00000000..42be1396
--- /dev/null
+++ b/openbox/client_menu.h
@@ -0,0 +1,6 @@
+#ifndef ob__client_menu_h
+#define ob__client_menu_h
+
+void client_menu_startup();
+
+#endif