fixed some issues due to the Arg->const char * transition
This commit is contained in:
parent
ba96131af0
commit
825b7c3eb1
2 changed files with 10 additions and 9 deletions
1
layout.c
1
layout.c
|
@ -2,6 +2,7 @@
|
|||
* See LICENSE file for license details.
|
||||
*/
|
||||
#include "dwm.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
unsigned int blw = 0;
|
||||
Layout *lt = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue