From 0fcf5ead0fb38710e6277da8b59c6ad19f907092 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Thu, 26 Jul 2007 21:11:59 -0400 Subject: make openbox use the obt prop.c/h stuff holy search and replace batman --- openbox/stacking.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'openbox/stacking.c') 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); } -- cgit v1.2.3