fix client_icon in max.lua (#28)
This commit is contained in:
parent
976aa2051f
commit
e0d43e607a
1
max.lua
1
max.lua
|
@ -158,6 +158,7 @@ local function client_icon(c,width,height)
|
|||
-- Get the content
|
||||
--TODO detect pure black frames
|
||||
local img = cairo.ImageSurface(cairo.Format.ARGB32, width, height)
|
||||
local rshape = beautiful.collision_max_shape or shape.rounded_rect
|
||||
local cr = cairo.Context(img)
|
||||
|
||||
local geom = c:geometry()
|
||||
|
|
Loading…
Reference in New Issue