central version.h. the build system could overwrite it...

git-svn-id: http://tint2.googlecode.com/svn/trunk@353 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-01-15 20:09:35 +00:00
parent 221f2875b3
commit c7d1551dc2
6 changed files with 11 additions and 7 deletions

View File

@@ -570,7 +570,6 @@ void set_panel_background(Panel *p)
x -= xoff;
y -= yoff;
}
//printf("x %d, y %d\n", x, y);
XSetTSOrigin(server.dsp, server.gc, -x, -y);
XFillRectangle(server.dsp, p->area.pix, server.gc, 0, 0, p->area.width, p->area.height);
}