diff options
author | Sam Spilsbury <Sam@XPS-SUSE.site> | 2009-01-12 23:07:53 +0900 |
---|---|---|
committer | Sam Spilsbury <Sam@XPS-SUSE.site> | 2009-01-12 23:07:53 +0900 |
commit | 1d1da5dc9c1ede12c5f8c42e34e6966d5fe0be0a (patch) | |
tree | 3c6c5fc0e03dbdae2b4f7f8fea05ff9f861ba01d | |
parent | 3c62e25d9280d735b22b58a976d88689fbb08795 (diff) | |
download | lazypointer-1d1da5dc9c1ede12c5f8c42e34e6966d5fe0be0a.tar.gz lazypointer-1d1da5dc9c1ede12c5f8c42e34e6966d5fe0be0a.tar.bz2 |
Use the correct option
-rw-r--r-- | lazypointer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lazypointer.cpp b/lazypointer.cpp index 90d2719..2238c00 100644 --- a/lazypointer.cpp +++ b/lazypointer.cpp @@ -163,7 +163,7 @@ LPWindow::focus () &root, &child, &rx, &ry, &winx, &winy, &mask); - if (ret && ls->optionGetCentreOnActivate ()) + if (ret && ls->optionGetCentreOnFocus ()) { ls->initialX = rx; ls->initialY = ry; |