[openbox] [RELEASE] Openbox 3.4.4
Mikael Magnusson
mangosoft at comhem.se
Sun Aug 5 07:54:22 EDT 2007
On Sun, 5 Aug 2007, Miroslav Lichvar wrote:
>> Openbox 3.4.4 is ready for action.
>
> GrowToEdge shrinking works really nice, thanks!
>
> It would be nice to have an option to limit also growing so window
> size can only be doubled in one step. Just a suggestion.
>
> Another thing, the RrSurface structure has some new members, has
> librender ABI changed? Obconf compiled against 3.4.3 seems to be
> working fine, but I want to make sure it's ok to keep the SONAME.
It should be fine, not sure where you see a change;
% git diff release-3.4.3..release-3.4.4 render/
diff --git a/render/theme.c b/render/theme.c
index a793ced..0de3dc7 100644
--- a/render/theme.c
+++ b/render/theme.c
@@ -186,7 +186,9 @@ RrTheme* RrThemeNew(const RrInstance *inst, const
gchar *name,
if (!read_int(db, "padding.width", &theme->paddingx) ||
theme->paddingx < 0 || theme->paddingx > 100)
theme->paddingx = 3;
- theme->paddingy = theme->paddingx;
+ if (!read_int(db, "padding.height", &theme->paddingy) ||
+ theme->paddingy < 0 || theme->paddingy > 100)
+ theme->paddingy = theme->paddingx;
if (!read_int(db, "border.width", &theme->fbwidth) ||
theme->fbwidth < 0 || theme->fbwidth > 100)
theme->fbwidth = 1;
--
Mikael Magnusson
More information about the openbox
mailing list