summaryrefslogtreecommitdiff
path: root/openbox/stacking.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2004-03-21 01:03:00 +0000
committerMikael Magnusson <mikachu@comhem.se>2004-03-21 01:03:00 +0000
commit335e8acbfc5d2824f1fd2cb67a5add8e1ed40b06 (patch)
tree11a57b82c4825d2561c71f71e2e1067cd1e0d363 /openbox/stacking.c
parent64c65f3b67364bb82420dbdd05d7e655b1d74d43 (diff)
yay no tabs in the source
Diffstat (limited to 'openbox/stacking.c')
-rw-r--r--openbox/stacking.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/stacking.c b/openbox/stacking.c
index c715eae0..d053bec4 100644
--- a/openbox/stacking.c
+++ b/openbox/stacking.c
@@ -41,7 +41,7 @@ void stacking_set_list()
/* create an array of the window ids (from bottom to top,
reverse order!) */
if (stacking_list) {
- windows = g_new(Window, g_list_length(stacking_list));
+ windows = g_new(Window, g_list_length(stacking_list));
for (it = g_list_last(stacking_list); it; it = g_list_previous(it)) {
if (WINDOW_IS_CLIENT(it->data))
windows[i++] = WINDOW_AS_CLIENT(it->data)->window;