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
made some changes more concistent
main
Anselm R. Garbe
18 years ago
parent
3d48f33025
commit
7ece30ebc0
2 changed files
with
3 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
client.c
+1
-1
config.mk
+ 2
- 2
client.c
View File
@ -7,7 +7,7 @@
#
include
<X11/Xatom.h>
#
include
<X11/Xutil.h>
/* static
functions
*/
/* static */
static
void
detachstack
(
Client
*
c
)
{
@ -65,7 +65,7 @@ xerrordummy(Display *dsply, XErrorEvent *ee) {
return
0
;
}
/* extern
functions
*/
/* extern */
void
configure
(
Client
*
c
)
{
+ 1
- 1
config.mk
View File
@ -1,5 +1,5 @@
# dwm version
VERSION
=
3.
3
VERSION
=
3.
4
# Customize below to fit your system
Write
Preview
Loading…
Cancel
Save