Browse Source

initialize trans with 0

custom-dwm
Anselm R Garbe 18 years ago
parent
commit
bb01e5a16f
  1. 2
      dwm.c

2
dwm.c

@ -865,7 +865,7 @@ killclient(const Arg *arg) {
void
manage(Window w, XWindowAttributes *wa) {
Client *c, *t = NULL;
Window trans;
Window trans = 0;
XWindowChanges wc;
if(!(c = calloc(1, sizeof(Client))))

Loading…
Cancel
Save