hidecursor: add config option to disable hidecursor functionality
This commit is contained in:
parent
f79ac733f3
commit
c089485aa4
2 changed files with 6 additions and 1 deletions
2
x.c
2
x.c
|
|
@ -3447,7 +3447,7 @@ kpress(XEvent *ev)
|
|||
Shortcut *bp;
|
||||
|
||||
#if HIDECURSOR_PATCH
|
||||
if (xw.pointerisvisible) {
|
||||
if (xw.pointerisvisible && hidecursor) {
|
||||
#if OPENURLONCLICK_PATCH
|
||||
#if ANYSIZE_PATCH
|
||||
int x = e->x - win.hborderpx;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue