diff options
| author | Dana Jansens <danakj@orodu.net> | 2007-07-26 21:11:59 -0400 |
|---|---|---|
| committer | Dana Jansens <danakj@orodu.net> | 2008-01-20 01:36:54 -0500 |
| commit | 0fcf5ead0fb38710e6277da8b59c6ad19f907092 (patch) | |
| tree | d1db143f6b14cbcd57aa27917bd8bd07133272ee /openbox/frame.c | |
| parent | e2ddfaf9fff1fb9dd6ebdc1a95f2b228d6baedb2 (diff) | |
make openbox use the obt prop.c/h stuff
holy search and replace batman
Diffstat (limited to 'openbox/frame.c')
| -rw-r--r-- | openbox/frame.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/openbox/frame.c b/openbox/frame.c index 7f28bbb2..e598b317 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -20,7 +20,6 @@ #include "frame.h" #include "client.h" #include "openbox.h" -#include "prop.h" #include "grab.h" #include "config.h" #include "framerender.h" @@ -30,6 +29,7 @@ #include "screen.h" #include "render/theme.h" #include "obt/display.h" +#include "obt/prop.h" #define FRAME_EVENTMASK (EnterWindowMask | LeaveWindowMask | \ ButtonPressMask | ButtonReleaseMask | \ @@ -859,10 +859,10 @@ void frame_adjust_area(ObFrame *self, gboolean moved, vals[1] = self->size.right; vals[2] = self->size.top; vals[3] = self->size.bottom; - PROP_SETA32(self->client->window, net_frame_extents, - cardinal, vals, 4); - PROP_SETA32(self->client->window, kde_net_wm_frame_strut, - cardinal, vals, 4); + OBT_PROP_SETA32(self->client->window, NET_FRAME_EXTENTS, + CARDINAL, vals, 4); + OBT_PROP_SETA32(self->client->window, KDE_NET_WM_FRAME_STRUT, + CARDINAL, vals, 4); } /* if this occurs while we are focus cycling, the indicator needs to |
