diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-05-19 20:52:31 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2007-05-19 20:52:31 +0000 |
| commit | ea272a93efe26bb6c0b0d9278cee4a67cc9c872e (patch) | |
| tree | c0b11251c0f2411e8b75268175b96eb3df9404cb /openbox/focus_cycle_popup.h | |
| parent | 2ed4552f8ba79d4f2ca78e61b1c74af8478be988 (diff) | |
show the old single-window popup for directional focus.
fix multirow icons for the new popup.
Diffstat (limited to 'openbox/focus_cycle_popup.h')
| -rw-r--r-- | openbox/focus_cycle_popup.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/openbox/focus_cycle_popup.h b/openbox/focus_cycle_popup.h index 8626a5d3..ded39e20 100644 --- a/openbox/focus_cycle_popup.h +++ b/openbox/focus_cycle_popup.h @@ -32,4 +32,11 @@ void focus_cycle_popup_show(struct _ObClient *c, gboolean iconic_windows, gboolean desktop_windows); void focus_cycle_popup_hide(); +void focus_cycle_popup_single_show(struct _ObClient *c, + gboolean iconic_windows, + gboolean all_desktops, + gboolean dock_windows, + gboolean desktop_windows); +void focus_cycle_popup_single_hide(); + #endif |
