This website works better with JavaScript.
Home
Explore
Help
Sign In
tovi
/
dwm
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
made gravitate effectless, waiting for complains ;)
master
arg@mig29
18 years ago
parent
ac6e34ea06
commit
069e7a6e24
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
client.c
+ 1
- 0
client.c
View File
@ -135,6 +135,7 @@ void
gravitate
(
Client
*
c
,
Bool
invert
)
{
gravitate
(
Client
*
c
,
Bool
invert
)
{
int
dx
=
0
,
dy
=
0
;
int
dx
=
0
,
dy
=
0
;
return
;
switch
(
c
-
>
grav
)
{
switch
(
c
-
>
grav
)
{
default
:
default
:
break
;
break
;
Write
Preview
Loading…
Cancel
Save