summaryrefslogtreecommitdiff
path: root/openbox/stacking.c
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@comhem.se>2005-10-07 17:00:35 +0000
committerMikael Magnusson <mikachu@comhem.se>2005-10-07 17:00:35 +0000
commit1fad2da07f7fed1d640d57a2c7c2f666ebb409c4 (patch)
tree2040eb9fbafe2e8fa9f9a7631b5d8e0ee55481d0 /openbox/stacking.c
parent148ef741e11b89365cff0538ab3b0abff69e118d (diff)
more 64 bit fixes
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 35b2c1a7..714d2a1c 100644
--- a/openbox/stacking.c
+++ b/openbox/stacking.c
@@ -49,7 +49,7 @@ void stacking_set_list()
}
PROP_SETA32(RootWindow(ob_display, ob_screen),
- net_client_list_stacking, window, (guint32*)windows, i);
+ net_client_list_stacking, window, (gulong*)windows, i);
g_free(windows);
}