desktop-shell: Unlock dialog needs to be a custom window

Since set_toplevel would overwrite set_lock_surface.
dev
Benjamin Franzke 13 years ago
parent d775971e94
commit 8193bc1e9a
  1. 1
      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);

Loading…
Cancel
Save