desktop-shell: fix the unlock dialog decorations
authorPekka Paalanen <ppaalanen@gmail.com>
Wed, 18 Jan 2012 14:51:30 +0000 (16:51 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 18 Jan 2012 18:09:56 +0000 (13:09 -0500)
commit40e49ac7b52713fef8cc8b623ad78a4ef0cd55e3
tree7955b105c915939106b980b8143f47d15b75fe3b
parent08fcbf0f3d1995b8b895a8811845b2f30ad21a40
desktop-shell: fix the unlock dialog decorations

The decorations were not responding, could not move or resize the
dialog, and it painted with a black shade.

When the dialog is created, schedule a resize instead of a repaint. The
resize will initialise the widget tree, and let everything draw and work
as it should.

Signed-off-by: Pekka Paalanen <ppaalanen@gmail.com>
clients/desktop-shell.c