sistema_progs

Programas para customizar o meu entorno de traballo nos meus equipos persoais
Log | Files | Refs

tabbed.c.rej (387B)


      1 --- tabbed.c
      2 +++ tabbed.c
      3 @@ -258,8 +261,8 @@ configurenotify(const XEvent *e)
      4  		ww = ev->width;
      5  		wh = ev->height;
      6  		XFreePixmap(dpy, dc.drawable);
      7 -		dc.drawable = XCreatePixmap(dpy, root, ww, wh,
      8 -		              DefaultDepth(dpy, screen));
      9 +		dc.drawable = XCreatePixmap(dpy, win, ww, wh,
     10 +		              32);
     11  		if (sel > -1)
     12  			resize(sel, ww, wh - bh);
     13  		XSync(dpy, False);