This commit is contained in:
Anselm R Garbe 2008-05-19 13:32:43 +01:00
parent 64707da963
commit bdc80bdad6
1 changed files with 0 additions and 4 deletions

4
tile.c
View File

@ -86,9 +86,6 @@ zoom(const char *arg) {
void
updatetilegeom(void) {
#ifdef TILEGEOM /* define your own if you are Xinerama user */
TILEGEOM
#else
/* master area geometry */
mx = wx;
my = wy;
@ -100,5 +97,4 @@ updatetilegeom(void) {
ty = wy;
tw = ww - mw;
th = wh;
#endif
}