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 Client->grav
config
arg@mig29
18 years ago
parent
629647dfee
commit
ded60365d4
2 changed files
with
0 additions
and
5 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
client.c
+0
-1
dwm.h
+ 0
- 4
client.c
View File
@ -289,10 +289,6 @@ updatesize(Client *c) {
c
-
>
minw
=
c
-
>
minh
=
0
;
c
-
>
isfixed
=
(
c
-
>
maxw
&
&
c
-
>
minw
&
&
c
-
>
maxh
&
&
c
-
>
minh
&
&
c
-
>
maxw
=
=
c
-
>
minw
&
&
c
-
>
maxh
=
=
c
-
>
minh
)
;
if
(
c
-
>
flags
&
PWinGravity
)
c
-
>
grav
=
size
.
win_gravity
;
else
c
-
>
grav
=
NorthWestGravity
;
}
void
+ 0
- 1
dwm.h
View File
@ -80,7 +80,6 @@ struct Client {
int
rx
,
ry
,
rw
,
rh
;
/* revert geometry */
int
tx
,
ty
,
tw
,
th
;
/* title window geometry */
int
basew
,
baseh
,
incw
,
inch
,
maxw
,
maxh
,
minw
,
minh
;
int
grav
;
long
flags
;
unsigned
int
border
;
Bool
isfloat
,
isfixed
,
ismax
;
Write
Preview
Loading…
Cancel
Save