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 the comment again
config
Anselm R Garbe
16 years ago
parent
831428b00c
commit
1380569133
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
dwm.c
+ 1
- 2
dwm.c
View File
@ -96,8 +96,7 @@ typedef struct {
const
char
*
symbol
;
void
(
*
arrange
)
(
void
)
;
Bool
isfloating
;
}
Layout
;
/* TODO: layout should keep an auxilliary pointer to its Geometry,
instead
of
having
all
those
layout
specific
vars
globally
*/
}
Layout
;
typedef
struct
{
const
char
*
prop
;
Write
Preview
Loading…
Cancel
Save