Xinqi Bao's Git
projects
/
dwm.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
changing MASTERW value from 52 to 60 (in both, default and arg), I feel this is bette...
[dwm.git]
/
dwm.h
diff --git
a/dwm.h
b/dwm.h
index
f57a8ce
..
68b307d
100644
(file)
--- a/
dwm.h
+++ b/
dwm.h
@@
-3,12
+3,13
@@
* See LICENSE file for license details.
*/
* See LICENSE file for license details.
*/
+#include "config.h"
#include <X11/Xlib.h>
#include <X11/Xlib.h>
-#include CONFIG
/* mask shorthands, used in event.c and client.c */
/* mask shorthands, used in event.c and client.c */
-#define BUTTONMASK (ButtonPressMask | ButtonReleaseMask)
-#define MOUSEMASK (BUTTONMASK | PointerMotionMask)
+#define BUTTONMASK (ButtonPressMask | ButtonReleaseMask)
+#define MOUSEMASK (BUTTONMASK | PointerMotionMask)
+#define PROTODELWIN 1
typedef union Arg Arg;
typedef struct Client Client;
typedef union Arg Arg;
typedef struct Client Client;
@@
-56,8
+57,8
@@
struct Client {
int tx, ty, tw, th; /* title */
int basew, baseh, incw, inch, maxw, maxh, minw, minh;
int grav;
int tx, ty, tw, th; /* title */
int basew, baseh, incw, inch, maxw, maxh, minw, minh;
int grav;
- unsigned int border;
long flags;
long flags;
+ unsigned int border;
Bool isfloat;
Bool ismax;
Client *next;
Bool isfloat;
Bool ismax;
Client *next;