property.c: Don't leave stuff on the lua stack
commitadff92ca533f93bffa1de9974098f75de84bc8d4
authorUli Schlachter <psychon@znc.in>
Tue, 9 Feb 2010 13:02:38 +0000 (9 14:02 +0100)
committerJulien Danjou <julien@danjou.info>
Wed, 10 Feb 2010 08:46:28 +0000 (10 09:46 +0100)
treebb983e5da78d2ff2a98482b69e712ab2630baab7
parentbec9e24e7ff6bc98f8b3439a8426485ef8d19eb8
property.c: Don't leave stuff on the lua stack

property_update_wm_hints() pushes the client but never pops it. This is a really
bad thing (tm).

Signed-off-by: Uli Schlachter <psychon@znc.in>
Signed-off-by: Julien Danjou <julien@danjou.info>
property.c