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
small performance tweak ;)
config
arg@10ksloc.org
18 years ago
parent
6a39a496d0
commit
b098c94ed4
1 changed files
with
4 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
event.c
+ 4
- 2
event.c
View File
@ -189,8 +189,10 @@ configurerequest(XEvent *e)
XSendEvent
(
dpy
,
c
-
>
win
,
True
,
NoEventMask
,
&
synev
)
;
XSendEvent
(
dpy
,
c
-
>
win
,
True
,
NoEventMask
,
&
synev
)
;
}
}
XSync
(
dpy
,
False
)
;
XSync
(
dpy
,
False
)
;
arrange
(
NULL
)
;
drawall
(
)
;
if
(
c
-
>
isfloat
)
resize
(
c
,
False
,
TopLeft
)
;
else
arrange
(
NULL
)
;
}
}
else
{
else
{
wc
.
x
=
ev
-
>
x
;
wc
.
x
=
ev
-
>
x
;
Write
Preview
Loading…
Cancel
Save