all repos — tint2 @ f0e2e72efc98f73cfa3ad19e7c99abeb71eebd1a

fork of the tint2 desktop panel for my custom setup - only minimized windows across all desktops for the taskbar

Fix issue 347: always initialize backgrounds

git-svn-id: http://tint2.googlecode.com/svn/trunk@681 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
o9000 o9000
commit

f0e2e72efc98f73cfa3ad19e7c99abeb71eebd1a

parent

c392cdf25744ce34e6641ea3fcdac35aed86d3ee

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M src/config.csrc/config.c

@@ -157,6 +157,7 @@ /* Background and border */

if (strcmp (key, "rounded") == 0) { // 'rounded' is the first parameter => alloc a new background Background bg; + memset(&bg, 0, sizeof(bg)); bg.border.rounded = atoi(value); g_array_append_val(backgrounds, bg); }