X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=dwm.c;h=53f0c12a0bfc0521c8032f9286ad4ae10ab83323;hb=9f569fac74a466a6857855b4d233e7a3582f4ea7;hp=0c9acbe0fc265a60f6a74ca13e832f406a5f061c;hpb=825d6cb93a37f8c67a7c8b1a027e5eebc3f4dda7;p=dwm.git diff --git a/dwm.c b/dwm.c index 0c9acbe..53f0c12 100644 --- a/dwm.c +++ b/dwm.c @@ -69,7 +69,7 @@ struct Client { int basew, baseh, incw, inch, maxw, maxh, minw, minh; int minax, maxax, minay, maxay; long flags; - uint bw, oldbw; + int bw, oldbw; Bool isbanned, isfixed, isfloating, isurgent; uint tags; Client *next; @@ -94,7 +94,7 @@ typedef struct { } DC; /* draw context */ typedef struct { - ulong mod; + uint mod; KeySym keysym; void (*func)(const void *arg); const void *arg;