diff options
| author | Mikael Magnusson <mikachu@comhem.se> | 2007-09-04 06:22:51 +0200 |
|---|---|---|
| committer | Mikael Magnusson <mikachu@comhem.se> | 2007-09-04 06:23:54 +0200 |
| commit | c12d09bde85e40fdfbb36225a1b596b5f27c2335 (patch) | |
| tree | 0151ec2a063355c341610435542996b841dd9aad /openbox/focus_cycle_popup.c | |
| parent | 93c43114ca824f8f387bf7c4b34442a8cdaed3ab (diff) | |
Fix calling functions with wrong number of arguments
Diffstat (limited to 'openbox/focus_cycle_popup.c')
| -rw-r--r-- | openbox/focus_cycle_popup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/focus_cycle_popup.c b/openbox/focus_cycle_popup.c index dbc65042..8ce2c161 100644 --- a/openbox/focus_cycle_popup.c +++ b/openbox/focus_cycle_popup.c @@ -96,7 +96,7 @@ void focus_cycle_popup_startup(gboolean reconfig) { XSetWindowAttributes attrib; - single_popup = icon_popup_new(TRUE); + single_popup = icon_popup_new(); popup.obwin.type = Window_Internal; popup.a_bg = RrAppearanceCopy(ob_rr_theme->osd_hilite_bg); |
