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
yet another fix
main
Anselm R. Garbe
18 years ago
parent
dafbd0dcb0
commit
44ef3f5a07
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
client.c
+ 1
- 1
client.c
View File
@ -184,7 +184,7 @@ manage(Window w, XWindowAttributes *wa) {
void
resize
(
Client
*
c
,
Bool
sizehints
)
{
float
actual
,
dx
,
dy
,
max
,
min
,
u
;
float
actual
,
dx
,
dy
,
max
,
min
;
XWindowChanges
wc
;
if
(
c
-
>
w
<
=
0
|
|
c
-
>
h
<
=
0
)
Write
Preview
Loading…
Cancel
Save