diff options
| author | Dana Jansens <danakj@orodu.net> | 2008-01-20 01:34:58 -0500 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-20 01:36:56 -0500 |
| commit | ea481338b5f16fd81a7b33e036ead39b918a51af (patch) | |
| tree | 93fcb3de5afdec06c6f21d344c4e9f046bf2804d /openbox/stacking.c | |
| parent | 8439c393d8c1dfb7db5cebd57d2e1e084e60234a (diff) | |
make the obt library branch compile again with all the changes merged in from backport
Diffstat (limited to 'openbox/stacking.c')
| -rw-r--r-- | openbox/stacking.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openbox/stacking.c b/openbox/stacking.c index a18eb29e..b44b9819 100644 --- a/openbox/stacking.c +++ b/openbox/stacking.c @@ -129,7 +129,7 @@ void stacking_temp_raise(ObWindow *window) } win[1] = window_top(window); - XRestackWindows(ob_display, win, 2); + XRestackWindows(obt_display, win, 2); pause_changes = TRUE; } @@ -144,7 +144,7 @@ void stacking_restore(void) win[0] = screen_support_win; for (i = 1, it = stacking_list; it; ++i, it = g_list_next(it)) win[i] = window_top(it->data); - XRestackWindows(ob_display, win, i); + XRestackWindows(obt_display, win, i); g_free(win); pause_changes = FALSE; |
