At 1228762658 time_t, Gregor Best wrote:
> > Please, be careful at this kind of detail, it's annoying. :)
> 
> D'oh! I should've git diff'ed that, sorry :)

> -    local geom = c:fullgeometry()
> +    local geom = c:geometry()

> @@ -91,7 +92,7 @@ function client.snap(c, snap, x, y)
>  
>      for k, snapper in ipairs(aclient.visible(c.screen)) do
>          if snapper ~= c then
> -            geom = snap_outside(geom, snapper:fullgeometry(), snap)
> +            geom = snap_outside(geom, snapper:geometry(), snap)

> @@ -114,14 +115,14 @@ function client.move(c, snap)
>  
>      c:raise()
>  
> -    local orig = c:fullgeometry()
> +    local orig = c:geometry()

> -            local g = c:fullgeometry()
> +            local g = c:geometry()

>                                            local y = mouse.y - dist_y
> -                                          c:fullgeometry(client.snap(c, 
> snap, x, y))
> +                                          c:geometry(client.snap(c, snap, x, 
> y))

> -            w[i] = capi.widget({ type = "imagebox", align = "flex" })
> -            w[i + 1] = capi.widget({ type = "textbox", align = "flex" })
> +            w[i] = capi.widget({ type = "imagebox", name = "tasklist_icon" 
> .. i, align = "flex" })
> +            w[i + 1] = capi.widget({ type = "textbox", name = 
> "tasklist_text" .. i, align = "flex" })

You are of course kidding me, aren't you? *g*

I've cleaned it myself and merged it.

Thanks anyway Gregor. :)

Cheers,
-- 
Julien Danjou
// ᐰ <[EMAIL PROTECTED]>   http://julien.danjou.info
// 9A0D 5FD9 EB42 22F6 8974  C95C A462 B51E C2FE E5CD

Attachment: signature.asc
Description: Digital signature

Reply via email to