Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
tags should be persistent now during X server run
[dwm.git]
/
layout.c
diff --git
a/layout.c
b/layout.c
index
a660fd7
..
4fb0be3
100644
(file)
--- a/
layout.c
+++ b/
layout.c
@@
-2,6
+2,8
@@
#include "dwm.h"
#include <stdlib.h>
#include "dwm.h"
#include <stdlib.h>
+/* static */
+
typedef struct {
const char *symbol;
void (*arrange)(void);
typedef struct {
const char *symbol;
void (*arrange)(void);
@@
-10,10
+12,8
@@
typedef struct {
unsigned int blw = 0;
static Layout *lt = NULL;
unsigned int blw = 0;
static Layout *lt = NULL;
-/* static */
-
static void
static void
-floating(void) {
+floating(void) {
/* default floating layout */
Client *c;
for(c = clients; c; c = c->next)
Client *c;
for(c = clients; c; c = c->next)