This website works better with JavaScript.
Home
Explore
Help
Sign In
Linux
/
dwm
generated from
gmarx/git-template
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
removed useless space
config
Anselm R. Garbe
17 years ago
parent
de6695792a
commit
c3527bea57
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
event.c
+ 1
- 1
event.c
View File
@ -28,7 +28,7 @@ movemouse(Client *c) {
XEvent
ev
;
ocx
=
nx
=
c
-
>
x
;
ocy
=
ny
=
c
-
>
y
;
ocy
=
ny
=
c
-
>
y
;
if
(
XGrabPointer
(
dpy
,
root
,
False
,
MOUSEMASK
,
GrabModeAsync
,
GrabModeAsync
,
None
,
cursor
[
CurMove
]
,
CurrentTime
)
!
=
GrabSuccess
)
return
;
Write
Preview
Loading…
Cancel
Save