This website works better with JavaScript.
Home
Explore
Help
Sign In
gmarx
/
dwm-macbookair
mirror of
https://github.com/gmarxcc/dwm-macbookair
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Martin Hurtons typo fix
main
Anselm R Garbe
16 years ago
parent
6975a7e31a
commit
840f937a98
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dwm.c
+ 1
- 1
dwm.c
View File
@ -1128,7 +1128,7 @@ resizemouse(const Arg *arg) {
return
;
return
;
XWarpPointer
(
dpy
,
None
,
c
-
>
win
,
0
,
0
,
0
,
0
,
c
-
>
w
+
c
-
>
bw
-
1
,
c
-
>
h
+
c
-
>
bw
-
1
)
;
XWarpPointer
(
dpy
,
None
,
c
-
>
win
,
0
,
0
,
0
,
0
,
c
-
>
w
+
c
-
>
bw
-
1
,
c
-
>
h
+
c
-
>
bw
-
1
)
;
do
{
do
{
XMaskEvent
(
dpy
,
MOUSEMASK
|
ExposureMask
|
SubstructureRedirectMask
,
&
ev
)
;
XMaskEvent
(
dpy
,
MOUSEMASK
|
ExposureMask
|
SubstructureRedirectMask
,
&
ev
)
;
switch
(
ev
.
type
)
{
switch
(
ev
.
type
)
{
case
ConfigureRequest
:
case
ConfigureRequest
:
case
Expose
:
case
Expose
:
Write
Preview
Loading…
Cancel
Save