Key.mod is uint, Client.[old]bw is int
This commit is contained in:
parent
825d6cb93a
commit
48d0c56eac
4
dwm.c
4
dwm.c
@ -69,7 +69,7 @@ struct Client {
|
|||||||
int basew, baseh, incw, inch, maxw, maxh, minw, minh;
|
int basew, baseh, incw, inch, maxw, maxh, minw, minh;
|
||||||
int minax, maxax, minay, maxay;
|
int minax, maxax, minay, maxay;
|
||||||
long flags;
|
long flags;
|
||||||
uint bw, oldbw;
|
int bw, oldbw;
|
||||||
Bool isbanned, isfixed, isfloating, isurgent;
|
Bool isbanned, isfixed, isfloating, isurgent;
|
||||||
uint tags;
|
uint tags;
|
||||||
Client *next;
|
Client *next;
|
||||||
@ -94,7 +94,7 @@ typedef struct {
|
|||||||
} DC; /* draw context */
|
} DC; /* draw context */
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
ulong mod;
|
uint mod;
|
||||||
KeySym keysym;
|
KeySym keysym;
|
||||||
void (*func)(const void *arg);
|
void (*func)(const void *arg);
|
||||||
const void *arg;
|
const void *arg;
|
||||||
|
Loading…
Reference in New Issue
Block a user