update
This commit is contained in:
parent
64707da963
commit
bdc80bdad6
1 changed files with 0 additions and 4 deletions
4
tile.c
4
tile.c
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue