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
added missing space
main
Anselm R. Garbe
18 years ago
parent
b3cea4d388
commit
ae0b4fdd92
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
draw.c
+ 1
- 1
draw.c
View File
@ -149,7 +149,7 @@ drawclient(Client *c) {
XMapWindow
(
dpy
,
c
-
>
twin
)
;
XMapWindow
(
dpy
,
c
-
>
twin
)
;
dc
.
x
=
dc
.
y
=
0
;
dc
.
x
=
dc
.
y
=
0
;
dc
.
w
=
c
-
>
tw
;
dc
.
w
=
c
-
>
tw
;
drawtext
(
c
-
>
name
,
dc
.
norm
,
False
,
False
)
;
drawtext
(
c
-
>
name
,
dc
.
norm
,
False
,
False
)
;
XCopyArea
(
dpy
,
dc
.
drawable
,
c
-
>
twin
,
dc
.
gc
,
0
,
0
,
c
-
>
tw
,
c
-
>
th
,
0
,
0
)
;
XCopyArea
(
dpy
,
dc
.
drawable
,
c
-
>
twin
,
dc
.
gc
,
0
,
0
,
c
-
>
tw
,
c
-
>
th
,
0
,
0
)
;
XSync
(
dpy
,
False
)
;
XSync
(
dpy
,
False
)
;
}
}
Write
Preview
Loading…
Cancel
Save