From d4b20aef313238e65d176822d44ee259b72e4f95 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 14 Apr 2003 21:34:35 +0000 Subject: rip the prop code i wrote in cwmcc out and make it all 64bit friendly (i think!). stop using gulong for values from the xserver, using guint32 instead. --- openbox/stacking.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'openbox/stacking.c') 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); -- cgit v1.2.3