fixed issue 46 and 59 : urgent task

git-svn-id: http://tint2.googlecode.com/svn/trunk@85 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
lorthiois@bbsoft.fr
2009-06-05 18:53:49 +00:00
parent 26ab02d533
commit 41b8b3aa53
8 changed files with 48 additions and 23 deletions

View File

@@ -111,6 +111,7 @@ void draw_systray(void *obj, cairo_t *c, int active)
XMoveResizeWindow(server.dsp, traywin->id, traywin->x, traywin->y, icon_size, icon_size);
// ceci intervertie les fonds : le premier icone prend le fond du dernier
// le dernier prend le fond de l'avant dernier, ...
XSetWindowBackgroundPixmap (server.dsp, panel->main_win, systray.area.pix.pmap);
// resize our window so that the new window can fit in it
//fix_geometry();
@@ -124,7 +125,6 @@ void draw_systray(void *obj, cairo_t *c, int active)
// show the window
XMapRaised(server.dsp, traywin->id);
}
XSetWindowBackgroundPixmap (server.dsp, panel->main_win, systray.area.pix.pmap);
}