summaryrefslogtreecommitdiff
path: root/clients/desktop-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'clients/desktop-shell.c')
-rw-r--r--clients/desktop-shell.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/clients/desktop-shell.c b/clients/desktop-shell.c
index 5dac3ec..5b8da64 100644
--- a/clients/desktop-shell.c
+++ b/clients/desktop-shell.c
@@ -410,6 +410,7 @@ unlock_dialog_create(struct desktop *desktop)
dialog->window = window_create(display, 260, 230);
window_set_title(dialog->window, "Unlock your desktop");
+ window_set_custom(dialog->window);
window_set_user_data(dialog->window, dialog);
window_set_redraw_handler(dialog->window, unlock_dialog_redraw_handler);