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
initialize trans with 0
main
Anselm R Garbe
16 years ago
parent
06f7eed103
commit
bb01e5a16f
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
dwm.c
+ 1
- 1
dwm.c
View File
@ -865,7 +865,7 @@ killclient(const Arg *arg) {
void
manage
(
Window
w
,
XWindowAttributes
*
wa
)
{
Client
*
c
,
*
t
=
NULL
;
Window
trans
;
Window
trans
=
0
;
XWindowChanges
wc
;
if
(
!
(
c
=
calloc
(
1
,
sizeof
(
Client
)
)
)
)
Write
Preview
Loading…
Cancel
Save