all repos — tint2 @ 48d428b6774bd5b008f85aff86c4bc7c187b836c

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

*fix* make clock buffers a bit larger (1Kb ram is not really much buffer, but users which have a long clock_tooltip or clock_time1 or clock_time2 are 
happy)



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

48d428b6774bd5b008f85aff86c4bc7c187b836c

parent

2d085f1a4cecc7e8d79c94b92698b8e6af4d0312

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

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

@@ -43,9 +43,9 @@ char *clock_rclick_command;

struct timeval time_clock; PangoFontDescription *time1_font_desc; PangoFontDescription *time2_font_desc; -static char buf_time[40]; -static char buf_date[40]; -static char buf_tooltip[40]; +static char buf_time[256]; +static char buf_date[256]; +static char buf_tooltip[512]; int clock_enabled; static timeout* clock_timeout;