all repos — tint2 @ fa749b70265a6f3f011640e671737be97831d5d3

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

Systray Temp_Fix from keshto. first step.

git-svn-id: http://tint2.googlecode.com/svn/trunk@83 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
lorthiois@bbsoft.fr lorthiois@bbsoft.fr@121b4492-b84c-0410-8b4c-0d4edfb3f3cc
commit

fa749b70265a6f3f011640e671737be97831d5d3

parent

dee9b628665b6a32e8020786e5ac75889f5d0a52

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

jump to
M ChangeLogChangeLog

@@ -1,3 +1,7 @@

+2009-06-02 +- Systray Temp_Fix from keshto + not yet perfect, but a first step + 2009-05-31 - fixed issue 71 : time format %T %r
M src/systray/systraybar.csrc/systray/systraybar.c

@@ -99,7 +99,7 @@ TrayWindow *traywin;

GSList *l; int icon_size; - printf("draw_systray %d %d\n", systray.area.posx, systray.area.width); + //printf("draw_systray %d %d\n", systray.area.posx, systray.area.width); icon_size = sysbar->area.height - (2 * sysbar->area.pix.border.width) - (2 * sysbar->area.paddingy); for (l = systray.list_icons; l ; l = l->next) { traywin = (TrayWindow*)l->data;

@@ -109,6 +109,7 @@ XSelectInput(server.dsp, traywin->id, StructureNotifyMask|ResizeRedirectMask);

// position and size the icon window XMoveResizeWindow(server.dsp, traywin->id, traywin->x, traywin->y, icon_size, icon_size); + XSetWindowBackgroundPixmap (server.dsp, panel->main_win, systray.area.pix.pmap); // resize our window so that the new window can fit in it //fix_geometry();