From 3409148047e2d179fbe9fc5ef194253cc0f0ad85 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Sat, 5 May 2007 18:19:26 +0000 Subject: fixes to the properties and net_supported. a bunch weren't supported. better checking at runtime to make sure everything is in the atom. --- openbox/frame.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'openbox/frame.c') diff --git a/openbox/frame.c b/openbox/frame.c index f93becb5..0ea6e75a 100644 --- a/openbox/frame.c +++ b/openbox/frame.c @@ -508,6 +508,8 @@ void frame_adjust_area(ObFrame *self, gboolean moved, 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); } /* if this occurs while we are focus cycling, the indicator needs to -- cgit v1.2.3