X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=openbox%2Fstacking.c;h=4702baa3e017dafe1f54064d77ef8a03b5299ca1;hb=1c3689d0c725202eba7191d32480aa2cc3addfea;hp=b7e0fd9085f43e859bc857dbc450bed05eb8b3de;hpb=eb5f930ae7d9bf94cbc8a24381f0efa2b376ef3c;p=chaz%2Fopenbox diff --git a/openbox/stacking.c b/openbox/stacking.c index b7e0fd90..4702baa3 100644 --- a/openbox/stacking.c +++ b/openbox/stacking.c @@ -30,7 +30,7 @@ void stacking_set_list() } else windows = NULL; - PROP_SET32A(ob_root, net_client_list_stacking, window, windows, size); + PROP_SETA32(ob_root, net_client_list_stacking, window, windows, size); if (windows) g_free(windows);