diff options
| author | Dana Jansens <danakj@orodu.net> | 2003-04-14 21:34:35 +0000 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2003-04-14 21:34:35 +0000 |
| commit | d4b20aef313238e65d176822d44ee259b72e4f95 (patch) | |
| tree | 8248e822bea7a5aef0f09713152984fa07f4d417 /openbox/stacking.c | |
| parent | 3d6e0f941d36ff335ad13ecf83405a40775e4c04 (diff) | |
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.
Diffstat (limited to 'openbox/stacking.c')
| -rw-r--r-- | openbox/stacking.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
