all repos — tint2 @ 35b94d7acdeb2ed1111792fa407cc7fb27e4e4de

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

adjust tooltip position (mrovi)

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

35b94d7acdeb2ed1111792fa407cc7fb27e4e4de

parent

c9ca6a400677f5f2ec8f3d3a9263bc702bf07845

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

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

@@ -134,6 +134,9 @@ x = panel->posx + panel->area.width;

else x = panel->posx - width; + if (!panel_horizontal) + y -= height/2; + g_object_unref(layout); cairo_destroy(c); cairo_surface_destroy(cs);