awesome/widgets
Uli Schlachter fa89775626 Add some missing luaA_checkudata() calls
luaA_object_ref_item doesn't check the type of object it returns which resulted
in stuff like this:

  wibox.shape_clip = wibox
  wibox.shape_bounding = wibox
  imagebox.image = imagebox
  textbox.bg_image = textbox

All of the above calls would result in a crash (unverified) and all of them
where fixed.

This should fix all places which use luaA_object_ref_item(). The others already
did a proper type check.

Signed-off-by: Uli Schlachter <psychon@znc.in>
Signed-off-by: Julien Danjou <julien@danjou.info>
2009-09-04 13:58:30 +02:00
..
graph.c Grammar/spelling corrections in comments and docs. 2009-08-31 10:39:36 +02:00
imagebox.c Add some missing luaA_checkudata() calls 2009-09-04 13:58:30 +02:00
progressbar.c Grammar/spelling corrections in comments and docs. 2009-08-31 10:39:36 +02:00
systray.c systray: merge geometry and extents 2009-08-25 18:29:19 +02:00
textbox.c Add some missing luaA_checkudata() calls 2009-09-04 13:58:30 +02:00