diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-08-29 07:56:49 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-08-29 07:56:49 +0000 |
| commit | a9567a816385f8f66ed0f827bb4af78cdb10cd6d (patch) | |
| tree | da1f3f1b49fdaff1cbf3f767aa644476a6dde9af /openbox/client_list_menu.h | |
| parent | f85fea3b2d2e1b8498fcfa74dcdde45189fd3eb2 (diff) | |
move the client and client-list menus into the 'kernel'
Diffstat (limited to 'openbox/client_list_menu.h')
| -rw-r--r-- | openbox/client_list_menu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/openbox/client_list_menu.h b/openbox/client_list_menu.h new file mode 100644 index 00000000..f8d4ce1e --- /dev/null +++ b/openbox/client_list_menu.h @@ -0,0 +1,6 @@ +#ifndef ob__client_list_menu_h +#define ob__client_list_menu_h + +void client_list_menu_startup(); + +#endif |
