# HG changeset patch # User Anselm R Garbe # Date 1211200363 -3600 # Node ID dec59256a91e23a59a7c19adebfe90ef85e007e8 # Parent 225aa5566f0e784f877a0be6cd45b12d54ba715c update diff -r 225aa5566f0e -r dec59256a91e tile.c --- a/tile.c Mon May 19 12:42:26 2008 +0100 +++ b/tile.c Mon May 19 13:32:43 2008 +0100 @@ -86,9 +86,6 @@ 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 @@ ty = wy; tw = ww - mw; th = wh; -#endif }