diff options
Diffstat (limited to 'openbox')
| -rw-r--r-- | openbox/screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/screen.c b/openbox/screen.c index 334e1226..8e5daec7 100644 --- a/openbox/screen.c +++ b/openbox/screen.c @@ -708,7 +708,7 @@ done_cycle: popup_cycle(0, FALSE); - return d = screen_desktop; + return d; } void screen_update_layout() |
