summaryrefslogtreecommitdiff
path: root/openbox/stacking.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-07-26 21:11:59 -0400
committerDana Jansens <danakj@orodu.net>2008-01-20 01:36:54 -0500
commit0fcf5ead0fb38710e6277da8b59c6ad19f907092 (patch)
treed1db143f6b14cbcd57aa27917bd8bd07133272ee /openbox/stacking.c
parente2ddfaf9fff1fb9dd6ebdc1a95f2b228d6baedb2 (diff)
make openbox use the obt prop.c/h stuff
holy search and replace batman
Diffstat (limited to 'openbox/stacking.c')
-rw-r--r--openbox/stacking.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/openbox/stacking.c b/openbox/stacking.c
index 6910b191..a18eb29e 100644
--- a/openbox/stacking.c
+++ b/openbox/stacking.c
@@ -18,7 +18,6 @@
*/
#include "openbox.h"
-#include "prop.h"
#include "screen.h"
#include "focus.h"
#include "client.h"
@@ -26,6 +25,7 @@
#include "frame.h"
#include "window.h"
#include "debug.h"
+#include "obt/prop.h"
GList *stacking_list = NULL;
/*! When true, stacking changes will not be reflected on the screen. This is
@@ -54,8 +54,8 @@ void stacking_set_list(void)
}
}
- PROP_SETA32(RootWindow(obt_display, ob_screen),
- net_client_list_stacking, window, (gulong*)windows, i);
+ OBT_PROP_SETA32(RootWindow(obt_display, ob_screen),
+ NET_CLIENT_LIST_STACKING, WINDOW, (gulong*)windows, i);
g_free(windows);
}